Class: UnitOfMeasurement

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

Instance Method Summary collapse

Instance Method Details

#to_data_hashObject



7
8
9
10
11
12
13
14
# File 'app/models/unit_of_measurement.rb', line 7

def to_data_hash

  {
      :id => self.id,
      :description => self.description
  }

end