topic.rb 81 Bytes Edit Raw Blame History Permalink 1 2 3 class Topic < ActiveRecord::Base has_many :replies, :dependent => :destroy end