Sha256: f119ce26c3c4a968fc2d1d16e9ba198ea6633917d8beca5ced264d1ade7a5fa5
Contents?: true
Size: 332 Bytes
Versions: 63
Compression:
Stored size: 332 Bytes
Contents
# frozen_string_literal: true module Decidim module Debates # # A dummy presenter to abstract out the author of an official debate. # class OfficialAuthorPresenter < Decidim::OfficialAuthorPresenter def name I18n.t("decidim.debates.models.debate.fields.official_debate") end end end end
Version data entries
63 entries across 63 versions & 1 rubygems