Class: Decidim::Debates::CreateDebateEvent
- Inherits:
-
Events::SimpleEvent
- Object
- Events::SimpleEvent
- Decidim::Debates::CreateDebateEvent
- Includes:
- Events::AuthorEvent
- Defined in:
- app/events/decidim/debates/create_debate_event.rb
Overview
Notifies users about a new debate. Accepts a Hash in the ‘extra` field with the key `:type`, which can hold two different values:
“user” - The event is being sent to the followers of the debate
“participatory_space” - The event is being sent to the followers
of the event's participatory space.
Instance Method Summary collapse
Instance Method Details
#resource_text ⇒ Object
15 16 17 |
# File 'app/events/decidim/debates/create_debate_event.rb', line 15 def resource_text translated_attribute(resource.description) end |