Class: Decidim::Conferences::ConferenceRegistrationNotificationEvent
- Inherits:
 - 
      Events::BaseEvent
      
        
- Object
 - Events::BaseEvent
 - Decidim::Conferences::ConferenceRegistrationNotificationEvent
 
 
- Includes:
 - Events::NotificationEvent
 
- Defined in:
 - app/events/decidim/conferences/conference_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/conferences/conference_registration_notification_event.rb', line 12 def { resource_title:, resource_path:, resource_url:, scope: event_name } end  | 
  
#notification_title ⇒ Object
      8 9 10  | 
    
      # File 'app/events/decidim/conferences/conference_registration_notification_event.rb', line 8 def notification_title I18n.t("notification_title", **).html_safe end  |