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

3 lines
97 B
Ruby
Raw Normal View History

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