Class: Decidim::Gamification::BaseEvent
- Inherits:
-
Events::SimpleEvent
- Object
- Events::BaseEvent
- Events::SimpleEvent
- Decidim::Gamification::BaseEvent
- Defined in:
- lib/decidim/gamification/base_event.rb
Direct Known Subclasses
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_path ⇒ Object
10 11 12 |
# File 'lib/decidim/gamification/base_event.rb', line 10 def resource_path url_helpers.profile_badges_path(nickname: user.nickname) end |
#resource_url ⇒ Object
14 15 16 17 18 19 |
# File 'lib/decidim/gamification/base_event.rb', line 14 def resource_url url_helpers.profile_badges_url( nickname: user.nickname, host: user.organization.host ) end |