Class: Decidim::Debates::CreateDebateEvent

Inherits:
Events::SimpleEvent
  • Object
show all
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

author

“participatory_space” - The event is being sento to the followers

of the event's participatory space.

Instance Method Summary collapse

Instance Method Details

#resource_textObject



17
18
19
# File 'app/events/decidim/debates/create_debate_event.rb', line 17

def resource_text
  translated_attribute(resource.description)
end