Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / test / fixtures / topic.rb
diff --git a/vendor/rails/actionpack/test/fixtures/topic.rb b/vendor/rails/actionpack/test/fixtures/topic.rb
deleted file mode 100644 (file)
index 9fa9746..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-class Topic < ActiveRecord::Base
-  has_many :replies, :dependent => :destroy
-end