aboutsummaryrefslogblamecommitdiffstats
path: root/actionpack/test/fixtures/reply.rb
blob: ea84042b9a017e7c955e3f1003e46b3233b4a8bc (plain) (tree)
1
2
3
4
5




                                           
class Reply < ActiveRecord::Base
  belongs_to :topic, :include => [:replies]
  
  validates_presence_of :content
end