Class: Decidim::Elections::ElectionResultsCell
- Inherits:
-
ViewModel
- Object
- ViewModel
- Decidim::Elections::ElectionResultsCell
- Defined in:
- app/cells/decidim/elections/election_results_cell.rb
Overview
This cell renders the results 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_results_cell.rb', line 8 def show render if model.results_published? end |