topic_set.rb 109 B

12345
  1. class TopicSet < ActiveRecord::Base
  2. belongs_to :topic_category
  3. has_many :topics, dependent: :destroy
  4. end