ual_app/app/models/topic_student_group.rb
2014-08-24 00:18:02 +02:00

5 lines
97 B
Ruby

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