annotate lib/plugins/classic_pagination/test/fixtures/topic.rb @ 1447:1e67c667641f live

Feature #768 use "ul" to list subprojects
author Chris Cannam
date Tue, 22 Oct 2013 11:58:17 +0100
parents 433d4f72a19b
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