Mercurial > hg > soundsoftware-site
view vendor/plugins/classic_pagination/test/fixtures/reply.rb @ 1042:26a835cb14f9 live
Merge from branch cannam
author | Chris Cannam |
---|---|
date | Tue, 13 Nov 2012 15:39:30 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
class Reply < ActiveRecord::Base belongs_to :topic, :include => [:replies] validates_presence_of :content end