6d9490ddcc
Compatibility with Rails 1.2 is preserved. git-svn-id: http://redmine.rubyforge.org/svn/trunk@975 e93f8b46-1217-0410-a6f0-8f06a7374b81
4 lines
102 B
Ruby
4 lines
102 B
Ruby
class Topic < ActiveRecord::Base
|
|
has_many :replies, :include => [:user], :dependent => :destroy
|
|
end
|