Class: Decidim::Meetings::UpdateMeetingEvent

Inherits:
Events::SimpleEvent
  • Object
show all
Includes:
MeetingEvent
Defined in:
app/events/decidim/meetings/update_meeting_event.rb

Instance Method Summary collapse

Instance Method Details

#notification_titleObject



10
11
12
13
14
15
16
17
18
# File 'app/events/decidim/meetings/update_meeting_event.rb', line 10

def notification_title
  I18n.t(
    "notification_title",
    scope: i18n_scope,
    changed_fields: changed_fields,
    resource_title: translated_attribute(resource.title),
    resource_path: resource_path
  ).html_safe
end