Class: VariableGroup
- Inherits:
-
ActiveRecord::Base
- Object
- ActiveRecord::Base
- VariableGroup
- Defined in:
- app/models/variable_group.rb
Instance Method Summary collapse
Instance Method Details
#rectype_long ⇒ Object
9 10 11 |
# File 'app/models/variable_group.rb', line 9 def rectype_long rectype == 'H' ? 'HOUSEHOLD' : 'PERSON' end |