Class: Decidim::Proposals::CollaborativeDraftWithdrawnEvent

Inherits:
Events::SimpleEvent
  • Object
show all
Defined in:
app/events/decidim/proposals/collaborative_draft_withdrawn_event.rb

Instance Method Summary collapse

Instance Method Details

#author_pathObject



14
15
16
# File 'app/events/decidim/proposals/collaborative_draft_withdrawn_event.rb', line 14

def author_path
  author.profile_path
end

#nicknameObject



10
11
12
# File 'app/events/decidim/proposals/collaborative_draft_withdrawn_event.rb', line 10

def nickname
  author_nickname
end