mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 00:10:35 -07:00
9 lines
134 B
Ruby
9 lines
134 B
Ruby
module Legacy
|
|
class UserSchool < ApplicationRecord
|
|
|
|
belongs_to :user
|
|
belongs_to :school
|
|
belongs_to :district
|
|
|
|
end
|
|
end
|