sqm-dashboards/app/models/user_school.rb
2017-04-05 21:17:27 -04:00

7 lines
106 B
Ruby

class UserSchool < ApplicationRecord
belongs_to :user
belongs_to :school
belongs_to :district
end