BikeBikeBike/app/models/locations_organization.rb

7 lines
135 B
Ruby
Raw Normal View History

2014-03-09 14:43:33 -06:00
class LocationsOrganization < ActiveRecord::Base
belongs_to :location
belongs_to :organization
self.primary_key = :location_id
end