Sha256: cb494887eb2c4f3e4f98945195e25b856f2a43e6481c0eed1c55b83c0058765a
Contents?: true
Size: 217 Bytes
Versions: 102
Compression:
Stored size: 217 Bytes
Contents
class Order < ActiveRecord::Base belongs_to :billing, :class_name => 'Customer', :foreign_key => 'billing_customer_id' belongs_to :shipping, :class_name => 'Customer', :foreign_key => 'shipping_customer_id' end
Version data entries
102 entries across 102 versions & 7 rubygems