mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
6 lines
130 B
Ruby
6 lines
130 B
Ruby
class RaceScore < ApplicationRecord
|
|
belongs_to :measure
|
|
belongs_to :school
|
|
belongs_to :academic_year
|
|
belongs_to :race
|
|
end
|