annotate vendor/plugins/classic_pagination/test/fixtures/topic.rb @ 173:ccfa5126279e feature_75

Merge from branch "cannam-pre-20110113-merge"
author Chris Cannam
date Wed, 02 Feb 2011 12:14:28 +0000
parents 513646585e45
children
rev   line source
Chris@0 1 class Topic < ActiveRecord::Base
Chris@0 2 has_many :replies, :include => [:user], :dependent => :destroy
Chris@0 3 end