Sha256: 5a5b749104d33f9645288d92fd085abe8e2021fc7c113e2498668ec1c9f7a84f
Contents?: true
Size: 294 Bytes
Versions: 13
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true module Decidim module Blogs # This cell renders the Search (:s) post card # for a given instance of a Post class PostSCell < Decidim::CardSCell private def metadata_cell "decidim/blogs/post_metadata" end end end end
Version data entries
13 entries across 13 versions & 1 rubygems