mailr/vendor/plugins/classic_pagination/test/fixtures/topic.rb

4 lines
102 B
Ruby
Raw Normal View History

2009-01-07 21:22:44 +01:00
class Topic < ActiveRecord::Base
has_many :replies, :include => [:user], :dependent => :destroy
end