d49a5fcb4c
0b61be4666
1
2 3
class Topic < ActiveRecord::Base has_many :replies, :include => [:user], :dependent => :destroy end