Class: Decidim::Budgets::ProjectPresenter
- Inherits:
-
ResourcePresenter
- Object
- ResourcePresenter
- Decidim::Budgets::ProjectPresenter
- Defined in:
- app/presenters/decidim/budgets/project_presenter.rb
Instance Method Summary collapse
-
#title(html_escape: false, all_locales: false) ⇒ String
Renders the title of the project.
Instance Method Details
#title(html_escape: false, all_locales: false) ⇒ String
Renders the title of the project
11 12 13 14 15 |
# File 'app/presenters/decidim/budgets/project_presenter.rb', line 11 def title(html_escape: false, all_locales: false) return unless project super(project.title, html_escape, all_locales) end |