Mercurial > hg > soundsoftware-site
view vendor/plugins/classic_pagination/test/fixtures/reply.rb @ 516:c06c84b3c71a live
Salted is now the default everywhere
author | Chris Cannam |
---|---|
date | Thu, 14 Jul 2011 12:07:17 +0100 |
parents | 513646585e45 |
children |
line wrap: on
line source
class Reply < ActiveRecord::Base belongs_to :topic, :include => [:replies] validates_presence_of :content end