instiki/vendor/rails/actionpack/test/fixtures/topic.rb

4 lines
102 B
Ruby
Raw Normal View History

2007-01-22 07:43:50 -06:00
class Topic < ActiveRecord::Base
has_many :replies, :include => [:user], :dependent => :destroy
end