Mercurial > hg > soundsoftware-site
view vendor/plugins/classic_pagination/test/fixtures/reply.rb @ 784:4b46e861a43a cannam
Layout tweaks
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Fri, 18 Nov 2011 16:12:25 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
class Reply < ActiveRecord::Base belongs_to :topic, :include => [:replies] validates_presence_of :content end