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