Class: Renalware::PD::BagType

Inherits:
ApplicationRecord show all
Extended by:
Enumerize
Defined in:
app/models/renalware/pd/bag_type.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.policy_classObject



28
29
30
# File 'app/models/renalware/pd/bag_type.rb', line 28

def self.policy_class
  BasePolicy
end

Instance Method Details

#full_descriptionObject



32
33
34
# File 'app/models/renalware/pd/bag_type.rb', line 32

def full_description
  [manufacturer, description].join(" ")
end