Class: Decidim::ActionDelegator::Ponderation
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- Decidim::ActionDelegator::Ponderation
- Defined in:
- app/models/decidim/action_delegator/ponderation.rb
Instance Method Summary collapse
Instance Method Details
#destroyable? ⇒ Boolean
21 22 23 |
# File 'app/models/decidim/action_delegator/ponderation.rb', line 21 def destroyable? participants.empty? end |
#title ⇒ Object
17 18 19 |
# File 'app/models/decidim/action_delegator/ponderation.rb', line 17 def title @title ||= "#{name} (x#{weight})" end |