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