Class: Renalware::Renal::Profile

Inherits:
ApplicationRecord show all
Extended by:
Enumerize
Includes:
Document::Base
Defined in:
app/models/renalware/renal/profile.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



39
40
41
# File 'app/models/renalware/renal/profile.rb', line 39

def to_s
  [I18n.l(esrf_on), prd_description].compact.join(" ")
end