Sha256: 0fa3446f8c82ceff18030baf50e92034c553a1fff76ff5a0dd0131ef76b23c5d
Contents?: true
Size: 270 Bytes
Versions: 26
Compression:
Stored size: 270 Bytes
Contents
# frozen_string_literal: true module Decidim module Blogs # This cell renders the Medium (:m) post card # for an given instance of a Post class PostMCell < Decidim::CardMCell private def has_actions? false end end end end
Version data entries
26 entries across 26 versions & 1 rubygems