Class: Renalware::Transplants::ConsentPresenter

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
app/presenters/renalware/transplants/consent_presenter.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject

This method smells of :reek:NilCheck



9
10
11
# File 'app/presenters/renalware/transplants/consent_presenter.rb', line 9

def to_s
  [I18n.l(consented_on), value&.text].compact.join(" ")
end