aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/topic.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/topic.rb')
-rw-r--r--actionpack/test/fixtures/topic.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/actionpack/test/fixtures/topic.rb b/actionpack/test/fixtures/topic.rb
deleted file mode 100644
index 9fa9746535..0000000000
--- a/actionpack/test/fixtures/topic.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-class Topic < ActiveRecord::Base
- has_many :replies, :dependent => :destroy
-end