aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/treasure.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/treasure.rb')
-rw-r--r--activerecord/test/fixtures/treasure.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/activerecord/test/fixtures/treasure.rb b/activerecord/test/fixtures/treasure.rb
deleted file mode 100644
index 7a429e2a2f..0000000000
--- a/activerecord/test/fixtures/treasure.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-class Treasure < ActiveRecord::Base
- has_and_belongs_to_many :parrots
- belongs_to :looter, :polymorphic => true
-end