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

4 lines
102 B
Ruby
Raw Normal View History

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