aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/developer.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/developer.rb')
-rw-r--r--actionpack/test/fixtures/developer.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/developer.rb b/actionpack/test/fixtures/developer.rb
index f5e5b901fd..c70eda34c6 100644
--- a/actionpack/test/fixtures/developer.rb
+++ b/actionpack/test/fixtures/developer.rb
@@ -1,5 +1,7 @@
class Developer < ActiveRecord::Base
has_and_belongs_to_many :projects
+ has_many :replies
+ has_many :topics, :through => :replies
end
class DeVeLoPeR < ActiveRecord::Base