working on aggregated results

This commit is contained in:
Jared Cosulich 2017-03-12 21:04:40 -04:00
parent f5b473ed28
commit 48eb55ad94
11 changed files with 120 additions and 8 deletions

View file

@ -202,6 +202,6 @@ namespace :data do
end
ENV.delete('BULK_PROCESS')
# SchoolMeasure.all.each { |sm| sm.calculate_measurements }
SchoolCategory.all.each { |sc| sc.aggregate_responses }
end
end