aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/reply.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/reply.rb')
-rw-r--r--actionpack/test/fixtures/reply.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/reply.rb b/actionpack/test/fixtures/reply.rb
index ea84042b9a..588713de1e 100644
--- a/actionpack/test/fixtures/reply.rb
+++ b/actionpack/test/fixtures/reply.rb
@@ -1,5 +1,6 @@
class Reply < ActiveRecord::Base
belongs_to :topic, :include => [:replies]
-
+ belongs_to :developer
+
validates_presence_of :content
end