Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / test / fixtures / reply.rb
diff --git a/vendor/rails/actionpack/test/fixtures/reply.rb b/vendor/rails/actionpack/test/fixtures/reply.rb
deleted file mode 100644 (file)
index 0459843..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-class Reply < ActiveRecord::Base
-  named_scope :base
-  belongs_to :topic, :include => [:replies]
-  belongs_to :developer
-
-  validates_presence_of :content
-end