Class: Decidim::Dev::DummyResourcePresenter

Inherits:
ResourcePresenter
  • Object
show all
Defined in:
app/presenters/decidim/dev/dummy_resource_presenter.rb

Instance Method Summary collapse

Instance Method Details

#title(html_escape: false, all_locales: false) ⇒ Object



6
7
8
9
10
# File 'app/presenters/decidim/dev/dummy_resource_presenter.rb', line 6

def title(html_escape: false, all_locales: false)
  return unless __getobj__

  super(__getobj__.title, html_escape, all_locales)
end