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
23 24 25 |
# File 'app/models/decidim/action_delegator/ponderation.rb', line 23 def destroyable? participants.empty? end |
#title ⇒ Object
19 20 21 |
# File 'app/models/decidim/action_delegator/ponderation.rb', line 19 def title @title ||= "#{name} (x#{weight})" end |