Class: Decidim::Proposals::OfficialAuthorPresenter
- Inherits:
-
OfficialAuthorPresenter
- Object
- OfficialAuthorPresenter
- Decidim::Proposals::OfficialAuthorPresenter
- Defined in:
- app/presenters/decidim/proposals/official_author_presenter.rb
Overview
A dummy presenter to abstract out the author of an official proposal.
Instance Method Summary collapse
Instance Method Details
#name ⇒ Object
9 10 11 |
# File 'app/presenters/decidim/proposals/official_author_presenter.rb', line 9 def name I18n.t("decidim.proposals.models.proposal.fields.official_proposal") end |