Class: Decidim::Conferences::ContentBlocks::HighlightedConferencesSettingsFormCell
- Inherits:
 - 
      ViewModel
      
        
- Object
 - ViewModel
 - Decidim::Conferences::ContentBlocks::HighlightedConferencesSettingsFormCell
 
 
- Defined in:
 - app/cells/decidim/conferences/content_blocks/highlighted_conferences_settings_form_cell.rb
 
Instance Method Summary collapse
Instance Method Details
#content_block ⇒ Object
      9 10 11  | 
    
      # File 'app/cells/decidim/conferences/content_blocks/highlighted_conferences_settings_form_cell.rb', line 9 def content_block [:content_block] end  | 
  
#label ⇒ Object
      13 14 15  | 
    
      # File 'app/cells/decidim/conferences/content_blocks/highlighted_conferences_settings_form_cell.rb', line 13 def label I18n.t("decidim.conferences.admin.content_blocks.highlighted_conferences.max_results") end  |