Sha256: 54c905df1a4a96ea4ddc05d4784f707fb2fffae0f75c4f8efb9b7dcf958b25d2

Contents?: true

Size: 288 Bytes

Versions: 5

Compression:

Stored size: 288 Bytes

Contents

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
  
  warn_unless_size 1349
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
earth-0.12.4 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.12.3 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.12.2 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.12.1 lib/earth/automobile/automobile_make_year_fleet.rb
earth-0.12.0 lib/earth/automobile/automobile_make_year_fleet.rb