Class: Renalware::Medications::TreatablePresenter

Inherits:
DumbDelegator
  • Object
show all
Defined in:
app/presenters/renalware/medications/treatable_presenter.rb

Instance Method Summary collapse

Methods inherited from DumbDelegator

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

Instance Method Details

#sortable?Boolean

Returns:

  • (Boolean)


8
9
10
# File 'app/presenters/renalware/medications/treatable_presenter.rb', line 8

def sortable?
  is_a?(Patient)
end