sqm-dashboards/app/models/legacy/user_school.rb

9 lines
134 B
Ruby

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