Sha256: f0d237a914e13efcabe141c49c3447147b8657c56cd68d474a0f495a7067fb0f
Contents?: true
Size: 219 Bytes
Versions: 8
Compression:
Stored size: 219 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
8 entries across 8 versions & 1 rubygems