Sha256: 293e2d9343ecad337dea176e01ef8464a0b15a4ef5f9d92ea7caa46e5196b082
Contents?: true
Size: 294 Bytes
Versions: 50
Compression:
Stored size: 294 Bytes
Contents
# frozen_string_literal: true module Decidim module Proposals # This cells renders a small preview of the `Proposal` 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