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

Inherits:
ContentBlocks::ParticipatorySpaceMetricsCell
  • Object
show all
Defined in:
app/cells/decidim/votings/content_blocks/metrics_cell.rb

Overview

VotingsMetricChartsPresenter is not implemented yet. This cell will not display anything if metrics method is blank

Instance Method Summary collapse

Instance Method Details

#metricsObject



9
10
11
12
13
# File 'app/cells/decidim/votings/content_blocks/metrics_cell.rb', line 9

def metrics
  nil

  # @metrics ||= VotingsMetricChartsPresenter.new(participatory_process: resource)
end