Class: Decidim::EnhancedTextwork::OfficialAuthorPresenter

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

Overview

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

Instance Method Summary collapse

Instance Method Details

#nameObject



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

def name
  I18n.t("decidim.enhanced_textwork.models.paragraph.fields.official_paragraph")
end