Sha256: 78ea7bd96319209cba7ef15872a3ccc9647893b8096e3300266c71d394ce7bc1
Contents?: true
Size: 293 Bytes
Versions: 6
Compression:
Stored size: 293 Bytes
Contents
# frozen_string_literal: true require "cell/partial" module Decidim module EnhancedTextwork # This cell renders the linked resource of a paragraph. class ParagraphLinkedResourcesCell < Decidim::ViewModel def show render if linked_resource end end end end
Version data entries
6 entries across 6 versions & 1 rubygems