Started again with Rails 4
[feedcatcher.git] / vendor / rails / activerecord / test / models / order.rb
diff --git a/vendor/rails/activerecord/test/models/order.rb b/vendor/rails/activerecord/test/models/order.rb
deleted file mode 100644 (file)
index e838c0b..0000000
+++ /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