Sha256: 9d8599b3cd3475cd21e58e004c174c62d2ba8aa225f20beffa0612dd80b7656b

Contents?: true

Size: 487 Bytes

Versions: 5

Compression:

Stored size: 487 Bytes

Contents

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

  falls_back_on :fugitive_emission => 0.102295.pounds_per_square_foot.to(:kilograms_per_square_metre), # https://brighterplanet.sifterapp.com/projects/30/issues/430
                :fugitive_emission_units => 'kilograms_per_square_metre'

  col :name
  col :fugitive_emission, :type => :float
  col :fugitive_emission_units

  warn_unless_size 4
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
earth-0.12.4 lib/earth/residence/air_conditioner_use.rb
earth-0.12.3 lib/earth/residence/air_conditioner_use.rb
earth-0.12.2 lib/earth/residence/air_conditioner_use.rb
earth-0.12.1 lib/earth/residence/air_conditioner_use.rb
earth-0.12.0 lib/earth/residence/air_conditioner_use.rb