Class: Renalware::TimeOfDayPresenter

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



7
8
9
# File 'app/presenters/renalware/time_of_day_presenter.rb', line 7

def to_s
  ::I18n.l self, format: :time
end