Class: Decidim::Votings::ContentBlocks::LandingPage::MetricsCell
- Inherits:
-
Decidim::ViewModel
- Object
- Decidim::ViewModel
- Decidim::Votings::ContentBlocks::LandingPage::MetricsCell
- Defined in:
- decidim-elections/app/cells/decidim/votings/content_blocks/landing_page/metrics_cell.rb
Instance Method Summary collapse
Instance Method Details
#metrics ⇒ Object
10 11 12 13 14 |
# File 'decidim-elections/app/cells/decidim/votings/content_blocks/landing_page/metrics_cell.rb', line 10 def metrics nil # @metrics ||= VotingsMetricChartsPresenter.new(participatory_process: current_participatory_space) end |