aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/reply.rb
blob: 588713de1e0e249b366470e06495799cfb02ef9e (plain) (blame)
1
2
3
4
5
6
class Reply < ActiveRecord::Base
  belongs_to :topic, :include => [:replies]
  belongs_to :developer

  validates_presence_of :content
end