Sha256: a484c11536faae456276977373db21f7c04d930686d2fbc0154f0874b580934e
Contents?: true
Size: 383 Bytes
Versions: 37
Compression:
Stored size: 383 Bytes
Contents
# frozen_string_literal: true module Decidim module ParticipatoryProcessGroups module ContentBlocks class MetadataCell < Decidim::ViewModel include Decidim::SanitizeHelper def participatory_process_group @participatory_process_group ||= Decidim::ParticipatoryProcessGroup.find(model.scoped_resource_id) end end end end end
Version data entries
37 entries across 37 versions & 1 rubygems