Class: Decidim::Elections::ElectionPreviewCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Elections::ElectionPreviewCell
- 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
#show ⇒ Object
8 9 10 |
# File 'app/cells/decidim/elections/election_preview_cell.rb', line 8 def show render unless model.finished? end |