Sha256: 00c2bb232e28756dac7beb3886a9dd7e312a6feb02fa3b86bccfa0c3185dd4a5
Contents?: true
Size: 431 Bytes
Versions: 31
Compression:
Stored size: 431 Bytes
Contents
# frozen_string_literal: true module Decidim module Votings module ContentBlocks module LandingPage class MetricsCell < Decidim::ViewModel delegate :current_participatory_space, to: :controller def metrics nil # @metrics ||= VotingsMetricChartsPresenter.new(participatory_process: current_participatory_space) end end end end end end
Version data entries
31 entries across 31 versions & 1 rubygems