Module: BrighterPlanet::FuelPurchase::Relationships

Defined in:
lib/fuel_purchase/relationships.rb

Class Method Summary collapse

Class Method Details

.included(target) ⇒ Object



4
5
6
7
8
9
# File 'lib/fuel_purchase/relationships.rb', line 4

def self.included(target)
  target.belongs_to :fuel_type
  target.belongs_to :zip_code
  target.belongs_to :state
  target.belongs_to :petroleum_administration_for_defense_district
end