Class: Decidim::ProfileUpdatedEvent

Inherits:
Events::SimpleEvent show all
Defined in:
app/events/decidim/profile_updated_event.rb

Instance Method Summary collapse

Methods inherited from Events::SimpleEvent

#email_intro, #email_outro, #email_subject, i18n_attributes, #i18n_options, #i18n_scope, #notification_title, #participatory_space_url

Methods included from ComponentPathHelper

#main_component_path, #main_component_url, #manage_component_path

Methods inherited from Events::BaseEvent

#initialize, #notifiable?, #resource_locator, type

Constructor Details

This class inherits a constructor from Decidim::Events::BaseEvent

Instance Method Details

#resource_pathObject



9
10
11
# File 'app/events/decidim/profile_updated_event.rb', line 9

def resource_path
  profile_path
end

#resource_titleObject



13
14
15
# File 'app/events/decidim/profile_updated_event.rb', line 13

def resource_title
  name
end

#resource_urlObject



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

def resource_url
  profile_url
end