Class: Decidim::Meetings::MeetingRegistrationNotificationEvent
- Inherits:
-
Events::BaseEvent
- Object
- Events::BaseEvent
- Decidim::Meetings::MeetingRegistrationNotificationEvent
- Includes:
- Events::NotificationEvent
- Defined in:
- app/events/decidim/meetings/meeting_registration_notification_event.rb
Instance Method Summary collapse
Instance Method Details
#i18n_options ⇒ Object
12 13 14 15 16 17 18 19 |
# File 'app/events/decidim/meetings/meeting_registration_notification_event.rb', line 12 def { resource_title:, resource_url:, scope: event_name, registration_code: extra["registration_code"] } end |
#notification_title ⇒ Object
8 9 10 |
# File 'app/events/decidim/meetings/meeting_registration_notification_event.rb', line 8 def notification_title I18n.t("notification_title", **).html_safe end |