Sha256: 0ab2c84d1389088a44559532dc459d3822c3da6a66efcd2d0825c52c6c6ac05c
Contents?: true
Size: 271 Bytes
Versions: 16
Compression:
Stored size: 271 Bytes
Contents
class BusFuelControl < ActiveRecord::Base set_primary_key :name col :name col :bus_fuel_name col :control col :ch4_emission_factor, :type => :float col :ch4_emission_factor_units col :n2o_emission_factor, :type => :float col :n2o_emission_factor_units end
Version data entries
16 entries across 16 versions & 1 rubygems