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