Sha256: 9ba49d1f3b09e680036c8d3c93cd05a226a6a292393eed19f33a47f85bc0a2e9
Contents?: true
Size: 460 Bytes
Versions: 19
Compression:
Stored size: 460 Bytes
Contents
class AirConditionerUse < ActiveRecord::Base set_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 end
Version data entries
19 entries across 19 versions & 1 rubygems