Sha256: a4ad3d3a0c39a37f75713d95765c94c01727a30cc971ea62886a36151849830a
Contents?: true
Size: 188 Bytes
Versions: 3
Compression:
Stored size: 188 Bytes
Contents
class FuelPrice < ActiveRecord::Base set_primary_key :name belongs_to :fuel_type, :foreign_key => 'name' # weird col :name col :price, :type => :float col :price_units end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
earth-0.11.10 | lib/earth/fuel/fuel_price.rb |
earth-0.11.9 | lib/earth/fuel/fuel_price.rb |
earth-0.11.8 | lib/earth/fuel/fuel_price.rb |