instiki/vendor/rails/actionpack/test/fixtures/topic.rb
2007-01-22 07:43:50 -06:00

3 lines
97 B
Ruby

class Topic < ActiveRecord::Base
has_many :replies, :include => [:user], :dependent => true
end