Sha256: e02e7122832b560b92f2e9e64f7fd10f6d28b3172d994149c7af33d016e93bf1

Contents?: true

Size: 282 Bytes

Versions: 10

Compression:

Stored size: 282 Bytes

Contents

require 'earth/fuel'
class AutomobileMakeYearFleet < ActiveRecord::Base
  self.primary_key = "name"
  
  col :name
  col :make_name
  col :year, :type => :integer
  col :fleet
  col :fuel_efficiency, :type => :float
  col :fuel_efficiency_units
  col :volume, :type => :integer
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
earth-0.11.20 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.19 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.18 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.17 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.16 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.15 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.14 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.13 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.12 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.11.11 lib/earth/automobile/automobile_make_year_fleet.rb