mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-09 15:38:21 -07:00
7 lines
106 B
Ruby
7 lines
106 B
Ruby
class UserSchool < ApplicationRecord
|
|
|
|
belongs_to :user
|
|
belongs_to :school
|
|
belongs_to :district
|
|
|
|
end
|