Class: Decidim::ConferenceActivityCell
- Inherits:
 - 
      ActivityCell
      
        
- Object
 - ActivityCell
 - Decidim::ConferenceActivityCell
 
 
- 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
#title ⇒ Object
      6 7 8  | 
    
      # File 'app/cells/decidim/conference_activity_cell.rb', line 6 def title I18n.t("decidim.conferences.last_activity.new_conference") end  |