Class: Decidim::Votings::ContentBlocks::LandingPage::MetricsCell

Inherits:
Decidim::ViewModel
  • Object
show all
Defined in:
app/cells/decidim/votings/content_blocks/landing_page/metrics_cell.rb

Instance Method Summary collapse

Instance Method Details

#metricsObject



10
11
12
13
14
# File '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