Class: Decidim::Elections::ElectionResultsCell

Inherits:
ViewModel
  • Object
show all
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

#showObject



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

def show
  render if model.results_published?
end