Sha256: 7f7e59b9aa6452252bfba0a2b05118b971e225bed389d3e203551a6ad7a0dcc7
Contents?: true
Size: 518 Bytes
Versions: 9
Compression:
Stored size: 518 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcesses # This cell renders the Search (:s) process group card # for a given instance of a ParticipatoryProcessGroup class ProcessGroupSCell < Decidim::CardSCell private def resource_path Decidim::ParticipatoryProcesses::Engine.routes.url_helpers.participatory_process_group_path(model) end def metadata_cell "decidim/participatory_processes/process_group_metadata" end end end end
Version data entries
9 entries across 9 versions & 1 rubygems