Class: Decidim::Votings::ContentBlocks::LandingPage::ElectionsCell
- Inherits:
-
Decidim::ViewModel
- Object
- Decidim::ViewModel
- Decidim::Votings::ContentBlocks::LandingPage::ElectionsCell
- Defined in:
- decidim-elections/app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb
Instance Method Summary collapse
Instance Method Details
#show ⇒ Object
10 11 12 13 14 15 16 |
# File 'decidim-elections/app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb', line 10 def show if single? render :single else render :show end end |