view vendor/plugins/classic_pagination/test/fixtures/topic.rb @ 347:f039bb649d0c cannam-pre-20110113-merge

Merge
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Thu, 31 Mar 2011 15:21:43 +0100
parents 513646585e45
children
line wrap: on
line source
class Topic < ActiveRecord::Base
  has_many :replies, :include => [:user], :dependent => :destroy
end