Sha256: 03c1944e5696002c30ce489c74262ebf6b5c20cf85b00bba3e485fcf663ddd63
Contents?: true
Size: 284 Bytes
Versions: 64
Compression:
Stored size: 284 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module Proposals # This cell renders the linked resource of a proposal. class ProposalLinkedResourcesCell < Decidim::ViewModel def show render if linked_resource end end end end
Version data entries
64 entries across 64 versions & 1 rubygems