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

Version Path
jstorimer-deep-test-2.0.0 sample_rails_project/vendor/rails/activerecord/test/fixtures/order.rb
jstorimer-deep-test-1.4.0 sample_rails_project/vendor/rails/activerecord/test/fixtures/order.rb
jstorimer-deep-test-1.3.0 sample_rails_project/vendor/rails/activerecord/test/fixtures/order.rb
jstorimer-deep-test-1.2.0 sample_rails_project/vendor/rails/activerecord/test/fixtures/order.rb
jstorimer-deep-test-1.1.0 sample_rails_project/vendor/rails/activerecord/test/fixtures/order.rb
jstorimer-deep-test-1.0.0 sample_rails_project/vendor/rails/activerecord/test/fixtures/order.rb
jstorimer-deep-test-0.2.0 sample_rails_project/vendor/rails/activerecord/test/fixtures/order.rb
jstorimer-deep-test-0.1.0 sample_rails_project/vendor/rails/activerecord/test/fixtures/order.rb
activerecord-1.12.1 test/fixtures/order.rb
activerecord-1.13.0 test/fixtures/order.rb
activerecord-1.12.2 test/fixtures/order.rb
activerecord-1.13.2 test/fixtures/order.rb
activerecord-1.14.0 test/fixtures/order.rb
activerecord-1.13.1 test/fixtures/order.rb
activerecord-1.14.3 test/fixtures/order.rb
activerecord-1.14.1 test/fixtures/order.rb
activerecord-1.14.2 test/fixtures/order.rb
activerecord-1.15.4 test/fixtures/order.rb
activerecord-1.15.3 test/fixtures/order.rb
activerecord-1.15.1 test/fixtures/order.rb