Sha256: 2e2b07b113734d005020d04c54ad2eea4f594aaddd9f14dca4d0202cb4940b1c
Contents?: true
Size: 327 Bytes
Versions: 25
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true module Decidim module Blogs # # A dummy presenter to abstract out the author of an official post. # class OfficialAuthorPresenter < Decidim::OfficialAuthorPresenter def name I18n.t("decidim.blogs.models.post.fields.official_blog_post") end end end end
Version data entries
25 entries across 25 versions & 1 rubygems