Sha256: 24226d4d99add57247e2a4ed3fd817ebe647bdf154bc64e289e39173e43421b2

Contents?: true

Size: 290 Bytes

Versions: 10

Compression:

Stored size: 290 Bytes

Contents

class ClothesMachineUse < ActiveRecord::Base
  self.primary_key = "name"
  
  has_many :residential_energy_consumption_survey_responses

  col :name
  col :annual_energy_from_electricity_for_clothes_driers, :type => :float
  col :annual_energy_from_electricity_for_clothes_driers_units
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
earth-0.11.20 lib/earth/residence/clothes_machine_use.rb
earth-0.11.19 lib/earth/residence/clothes_machine_use.rb
earth-0.11.18 lib/earth/residence/clothes_machine_use.rb
earth-0.11.17 lib/earth/residence/clothes_machine_use.rb
earth-0.11.16 lib/earth/residence/clothes_machine_use.rb
earth-0.11.15 lib/earth/residence/clothes_machine_use.rb
earth-0.11.14 lib/earth/residence/clothes_machine_use.rb
earth-0.11.13 lib/earth/residence/clothes_machine_use.rb
earth-0.11.12 lib/earth/residence/clothes_machine_use.rb
earth-0.11.11 lib/earth/residence/clothes_machine_use.rb