chore: bump version

This commit is contained in:
Nelson Jovel 2024-02-07 13:47:55 -08:00
parent a142afe022
commit a99ed183a1
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ module Dashboard
academic_years << { range: }
end
AcademicYear.upsert_all(academic_years, unique_by: :range)
Dashboard::AcademicYear.upsert_all(academic_years, unique_by: :range)
end
def seed_districts_and_schools(csv_file)