Sha256: b61a8eb056649b06c509d43b6d79587e45543f054ff6c5524a42a2ef33494ae0

Contents?: true

Size: 175 Bytes

Versions: 3

Compression:

Stored size: 175 Bytes

Contents

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
earth-0.11.10 lib/earth/automobile/automobile_make.rb
earth-0.11.9 lib/earth/automobile/automobile_make.rb
earth-0.11.8 lib/earth/automobile/automobile_make.rb