Class: Decidim::Elections::ElectionPreviewCell

Inherits:
ViewModel
  • Object
show all
Defined in:
app/cells/decidim/elections/election_preview_cell.rb

Overview

This cell renders the questions preview for a given instance of an Election

Instance Method Summary collapse

Instance Method Details

#showObject



8
9
10
# File 'app/cells/decidim/elections/election_preview_cell.rb', line 8

def show
  render unless model.finished?
end