ecole_eft_app/app/models/topic_student_group.rb

5 lines
97 B
Ruby

class TopicStudentGroup < ActiveRecord::Base
belongs_to :topic
belongs_to :student_group
end