Class: Decidim::Votings::ContentBlocks::LandingPage::ElectionsCell

Inherits:
Decidim::ViewModel
  • Object
show all
Defined in:
app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb

Instance Method Summary collapse

Instance Method Details

#showObject



10
11
12
13
14
15
16
# File 'app/cells/decidim/votings/content_blocks/landing_page/elections_cell.rb', line 10

def show
  if single?
    render :single
  else
    render :show
  end
end