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

                       

                                
class Reply < ActiveRecord::Base
  named_scope :base
  belongs_to :topic, :include => [:replies]
  belongs_to :developer

  validates_presence_of :content
end