Class: Renalware::Letters::ContactDescriptionPresenter

Inherits:
DumbDelegator
  • Object
show all
Defined in:
app/presenters/renalware/letters/contact_description_presenter.rb

Instance Method Summary collapse

Methods inherited from DumbDelegator

#inspect, #public_send, #send, #try, #try!

Instance Method Details

#nameObject



8
9
10
# File 'app/presenters/renalware/letters/contact_description_presenter.rb', line 8

def name
  ::I18n.t(system_code, scope: "renalware.letters.contacts.form.description", default: super)
end