Class: Decidim::Blogs::OfficialAuthorPresenter

Inherits:
OfficialAuthorPresenter
  • Object
show all
Defined in:
app/presenters/decidim/blogs/official_author_presenter.rb

Overview

A dummy presenter to abstract out the author of an official post.

Instance Method Summary collapse

Instance Method Details

#nameObject



9
10
11
# File 'app/presenters/decidim/blogs/official_author_presenter.rb', line 9

def name
  I18n.t("decidim.blogs.models.post.fields.official_blog_post")
end