swap around schools and district to not be namespaced

This commit is contained in:
Nelson Jovel 2024-01-04 21:25:39 -08:00
parent 865b7b17af
commit 7f69cda710
15 changed files with 67 additions and 57 deletions

View file

@ -3,7 +3,7 @@ module Dashboard
TEACHER_RESPONSE_THRESHOLD = 2
STUDENT_RESPONSE_THRESHOLD = 10
belongs_to :dashboard_school
belongs_to :school
belongs_to :dashboard_survey_item
belongs_to :dashboard_academic_year
belongs_to :dashboard_student, optional: true