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

  validates_presence_of :content
end