5 lines
97 B
Ruby
5 lines
97 B
Ruby
class TopicStudentGroup < ActiveRecord::Base
|
|
belongs_to :topic
|
|
belongs_to :student_group
|
|
end
|