Sha256: b1f62b6366c632e47ac21750480504e2beee31fbdd80474ce1601c9e32b0bf5c
Contents?: true
Size: 369 Bytes
Versions: 29
Compression:
Stored size: 369 Bytes
Contents
class Restaurant < ActiveRecord::Base self.primary_keys = :franchise_id, :store_id has_and_belongs_to_many :suburbs, :foreign_key => [:franchise_id, :store_id], :association_foreign_key => [:city_id, :suburb_id] has_and_belongs_to_many :products, :foreign_key => [:franchise_id, :store_id], :association_foreign_key => :product_id end
Version data entries
29 entries across 29 versions & 1 rubygems