aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/tag.rb
diff options
context:
space:
mode:
Diffstat (limited to 'activerecord/test/fixtures/tag.rb')
-rw-r--r--activerecord/test/fixtures/tag.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/activerecord/test/fixtures/tag.rb b/activerecord/test/fixtures/tag.rb
deleted file mode 100644
index a581b381e8..0000000000
--- a/activerecord/test/fixtures/tag.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-class Tag < ActiveRecord::Base
- has_many :taggings
- has_many :taggables, :through => :taggings
- has_one :tagging
-
- has_many :tagged_posts, :through => :taggings, :source => :taggable, :source_type => 'Post'
-end \ No newline at end of file