aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/order.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/order.rb')
-rw-r--r--activerecord/test/fixtures/order.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/test/fixtures/order.rb b/activerecord/test/fixtures/order.rb
deleted file mode 100644
index ba114f22c6..0000000000
--- a/activerecord/test/fixtures/order.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-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