mirror of
https://github.com/redmine/redmine.git
synced 2025-11-04 20:35:57 +01:00
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9533 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
|