Sha256: f2818cacb9e872c939bfab196dc3053cb2bf40466fecdb307401d44fd1e9e320
Contents?: true
Size: 319 Bytes
Versions: 5
Compression:
Stored size: 319 Bytes
Contents
require 'earth/fuel' class BusFuelControl < ActiveRecord::Base self.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 warn_unless_size 9 end
Version data entries
5 entries across 5 versions & 1 rubygems