Sha256: fcfebc0c75ed52beff994893217ed9d844a5341cf7a6045e77bd337d902df605

Contents?: true

Size: 215 Bytes

Versions: 131

Compression:

Stored size: 215 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

131 entries across 128 versions & 25 rubygems

Version Path
ibm_db-5.2.0 test/models/order.rb
ibm_db-5.1.0 test/models/order.rb
ibm_db-5.0.5 test/models/order.rb
ibm_db-5.0.4 test/models/order.rb
ibm_db-5.0.3 test/models/order.rb
ibm_db-5.0.2 test/models/order.rb
ibm_db-4.0.0-x86-mingw32 test/models/order.rb
ibm_db-4.0.0 test/models/order.rb
ibm_db-3.0.4-x86-mingw32 test/models/order.rb
ibm_db-3.0.4 test/models/order.rb
ibm_db-3.0.3-x86-mingw32 test/models/order.rb
ibm_db-3.0.3 test/models/order.rb
ibm_db-3.0.2-x86-mingw32 test/models/order.rb
ibm_db-3.0.2 test/models/order.rb
activejob-lock-0.0.2 rails/activerecord/test/models/order.rb
ibm_db-3.0.1 test/models/order.rb
ibm_db-3.0.1-x86-mingw32 test/models/order.rb
activejob-lock-0.0.1 rails/activerecord/test/models/order.rb
3mix-castronaut-0.5.0.2 vendor/activerecord/test/models/order.rb
ferblape-query_memcached-2.2.2 test/testing_app/app/models/order.rb