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

Version Path
ibm_db-5.2.0-x86-mingw32 test/models/order.rb
ibm_db-5.1.0-x86-mingw32 test/models/order.rb
ibm_db-5.0.5-x86-mingw32 test/models/order.rb
ibm_db-5.0.4-x86-mingw32 test/models/order.rb
ibm_db-5.0.3-x86-mingw32 test/models/order.rb
ibm_db-5.0.2-x86-mingw32 test/models/order.rb
ibm_db-3.0.5-x86-mingw32 test/models/order.rb
ibm_db-3.0.5 test/models/order.rb