Sha256: 7312d6aad0cdbde41339f3d80a00b0215f19ca006c14b7e6a436329803ea3f88
Contents?: true
Size: 292 Bytes
Versions: 50
Compression:
Stored size: 292 Bytes
Contents
# frozen_string_literal: true module Decidim module Meetings # This cells renders a small preview of the `Meeting` that is # used in the moderations panel. class ReportedContentCell < Decidim::ReportedContentCell def show render :show end end end end
Version data entries
50 entries across 50 versions & 1 rubygems