Class: Decidim::ConferenceActivityCell

Inherits:
ActivityCell
  • Object
show all
Defined in:
app/cells/decidim/conference_activity_cell.rb

Overview

A cell to display when a conference has been created.

Instance Method Summary collapse

Instance Method Details

#titleObject



6
7
8
# File 'app/cells/decidim/conference_activity_cell.rb', line 6

def title
  I18n.t("decidim.conferences.last_activity.new_conference")
end