educoder/app/models/ec_school_user.rb

5 lines
87 B

class EcSchoolUser < ApplicationRecord
belongs_to :user
belongs_to :school
end