Class: Decidim::Amendable::EmendationPromotedEvent
- Inherits:
-
AmendmentBaseEvent
- Object
- Events::BaseEvent
- Events::SimpleEvent
- AmendmentBaseEvent
- Decidim::Amendable::EmendationPromotedEvent
- Defined in:
- app/events/decidim/amendable/emendation_promoted_event.rb
Instance Method Summary collapse
Methods inherited from AmendmentBaseEvent
#amendable_path, #amendable_title, #amendable_type, #emendation_author, #emendation_author_nickname, #emendation_author_path, #emendation_path
Methods inherited from Events::SimpleEvent
#email_intro, #email_outro, #email_subject, i18n_attributes, #i18n_options, #i18n_scope, #notification_title, #participatory_space_url, #resource_path, #resource_text, #resource_url
Methods included from SanitizeHelper
#decidim_html_escape, #decidim_sanitize, #decidim_sanitize_newsletter, #decidim_url_escape, included
Methods included from ComponentPathHelper
#can_be_managed?, #main_component_path, #main_component_url, #manage_component_path
Methods inherited from Events::BaseEvent
#initialize, #resource_locator, #resource_path, #resource_text, #resource_title, #resource_url, #safe_resource_text, type
Methods included from TranslatableAttributes
Constructor Details
This class inherits a constructor from Decidim::Events::BaseEvent
Instance Method Details
#amendable_resource ⇒ Object
5 6 7 |
# File 'app/events/decidim/amendable/emendation_promoted_event.rb', line 5 def amendable_resource @amendable_resource ||= resource.amendable end |
#emendation_resource ⇒ Object
9 10 11 |
# File 'app/events/decidim/amendable/emendation_promoted_event.rb', line 9 def emendation_resource @emendation_resource ||= resource end |
#event_has_roles? ⇒ Boolean
13 14 15 |
# File 'app/events/decidim/amendable/emendation_promoted_event.rb', line 13 def event_has_roles? true end |