Froze rails gems
[depot.git] / vendor / rails / actionpack / test / fixtures / reply.rb
diff --git a/vendor/rails/actionpack/test/fixtures/reply.rb b/vendor/rails/actionpack/test/fixtures/reply.rb
new file mode 100644 (file)
index 0000000..0459843
--- /dev/null
@@ -0,0 +1,7 @@
+class Reply < ActiveRecord::Base
+  named_scope :base
+  belongs_to :topic, :include => [:replies]
+  belongs_to :developer
+
+  validates_presence_of :content
+end