1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-03-17 22:48:14 +00:00
2007-12-09 21:53:46 +00:00

4 lines
102 B
Ruby

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