Sha256: 59c8b07ebd6024c06c9047680c472d99026571be24e1b6ddfcdb793198873c4d
Contents?: true
Size: 352 Bytes
Versions: 3
Compression:
Stored size: 352 Bytes
Contents
require 'earth/fuel' class BusFuelYearControl < ActiveRecord::Base set_primary_key :name belongs_to :fuel_control, :class_name => 'BusFuelControl', :foreign_key => 'bus_fuel_control_name' col :name col :bus_fuel_name col :year, :type => :integer col :control col :bus_fuel_control_name col :total_travel_percent, :type => :float end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
earth-0.11.10 | lib/earth/bus/bus_fuel_year_control.rb |
earth-0.11.9 | lib/earth/bus/bus_fuel_year_control.rb |
earth-0.11.8 | lib/earth/bus/bus_fuel_year_control.rb |