Class: Decidim::Votings::ContentBlocks::MetricsCell
- Inherits:
-
ContentBlocks::ParticipatorySpaceMetricsCell
- Object
- ContentBlocks::ParticipatorySpaceMetricsCell
- Decidim::Votings::ContentBlocks::MetricsCell
- 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
#metrics ⇒ Object
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 |