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, 3 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/topic.rb b/actionpack/test/fixtures/topic.rb
new file mode 100644
index 0000000000..0929de7e08
--- /dev/null
+++ b/actionpack/test/fixtures/topic.rb
@@ -0,0 +1,3 @@
+class Topic < ActiveRecord::Base
+ has_many :replies, :include => [:user], :dependent => true
+end \ No newline at end of file