Sha256: 37e853d9ae8afe79f27595c281e03b535aed19e8e5c23b028c7c9b15d1de65e3

Contents?: true

Size: 179 Bytes

Versions: 10

Compression:

Stored size: 179 Bytes

Contents

require 'earth/fuel'
class AutomobileMake < ActiveRecord::Base
  self.primary_key = "name"
  
  col :name
  col :fuel_efficiency, :type => :float
  col :fuel_efficiency_units
end

Version data entries

10 entries across 10 versions & 1 rubygems

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