Class: VariableGroup

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/variable_group.rb

Instance Method Summary collapse

Instance Method Details

#rectype_longObject



9
10
11
# File 'app/models/variable_group.rb', line 9

def rectype_long
  rectype == 'H' ? 'HOUSEHOLD' : 'PERSON'
end