Mercurial > hg > soundsoftware-site
view vendor/plugins/classic_pagination/test/fixtures/topic.rb @ 818:6973eeea55ac live
Merge from branch "luisf"
author | Chris Cannam |
---|---|
date | Wed, 23 Nov 2011 16:11:37 +0000 |
parents | 513646585e45 |
children |
line wrap: on
line source
class Topic < ActiveRecord::Base has_many :replies, :include => [:user], :dependent => :destroy end