mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-08 23:18:18 -07:00
Revert "chore: Add comment that notifies that cloning previous year staffing"
This reverts commit 95f8ada48d.
This commit is contained in:
parent
95f8ada48d
commit
44a7f54f2a
1 changed files with 1 additions and 3 deletions
|
|
@ -127,9 +127,7 @@ class Seeder
|
|||
StaffingLoader.load_data(filepath: csv_file)
|
||||
missing_staffing_for_current_year = Respondent.where(academic_year: AcademicYear.order(:range).last).none? do |respondent|
|
||||
respondent.total_teachers.present?
|
||||
|
||||
|
||||
# This will also clone enrollment data from the previous year
|
||||
end
|
||||
StaffingLoader.clone_previous_year_data if missing_staffing_for_current_year
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue