Module: Decidim::Events::AuthorEvent
- Extended by:
- ActiveSupport::Concern
- Included in:
- Comments::CommentEvent, Conferences::ConferenceRoleAssignedEvent, Debates::CreateDebateEvent, Initiatives::EndorseInitiativeEvent, ParticipatoryProcessRoleAssignedEvent, Proposals::AcceptedProposalEvent, Proposals::Admin::UpdateProposalCategoryEvent, Proposals::Admin::UpdateProposalScopeEvent, Proposals::RejectedProposalEvent, RoleAssignedToAssemblyEvent
- Defined in:
- decidim-core/lib/decidim/events/author_event.rb
Overview
This module is used to be included in event classes inheriting from SimpleEvent whose resource has an author.
It adds the author_name, author_nickname, author_path and author_url to the i18n interpolations.