ecole_eft_app/app/models/student_user_group.rb

5 lines
103 B
Ruby

class StudentUserGroup < ActiveRecord::Base
belongs_to :student_user
belongs_to :student_group
end