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

5 lines
103 B
Ruby

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