Started again with Rails 4
[feedcatcher.git] / vendor / rails / activerecord / test / models / treasure.rb
diff --git a/vendor/rails/activerecord/test/models/treasure.rb b/vendor/rails/activerecord/test/models/treasure.rb
deleted file mode 100644 (file)
index 97c690c..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-class Treasure < ActiveRecord::Base
-  has_and_belongs_to_many :parrots
-  belongs_to :looter, :polymorphic => true
-
-  has_many :price_estimates, :as => :estimate_of
-end