topic.rb 61 B

1234
  1. class Topic < ActiveRecord::Base
  2. belongs_to :topic_set
  3. end