Sha256: 63e6fa4fa7c4448dd7c1616cb05a72b40baa2c97ee710549944b72fca61e53e6
Contents?: true
Size: 274 Bytes
Versions: 13
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true module Decidim module Blogs # This cell renders metadata for an instance of a Post class PostMetadataGCell < PostMetadataCell private def post_items [author_item, comments_count_item] end end end end
Version data entries
13 entries across 13 versions & 1 rubygems