Sha256: 4b264c7e38e4a25b9e96b4bde1792a48e1e2783909acb92bec69a6d1a0f2cb33

Contents?: true

Size: 369 Bytes

Versions: 37

Compression:

Stored size: 369 Bytes

Contents

# frozen-string_literal: true

module Decidim
  module Elections
    module Trustees
      class NotifyTrusteeNewElectionEvent < Decidim::Events::SimpleEvent
        # This event sends a notification when a new trustee gets an election.
        def resource_name
          @resource_name ||= translated_attribute(election.title)
        end
      end
    end
  end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
decidim-elections-0.27.9 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.8 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.7 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.6 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.26.10 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.26.9 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.5 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.26.8 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.4 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.3 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.26.7 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.26.5 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.2 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.1 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.26.4 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.0 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.26.3 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.0.rc2 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.27.0.rc1 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb
decidim-elections-0.26.2 app/events/decidim/elections/trustees/notify_trustee_new_election_event.rb