working on aggregating results

This commit is contained in:
Jared Cosulich 2017-03-13 12:59:13 -04:00
parent 5d36ab0a62
commit 8c389742ee
7 changed files with 44 additions and 15 deletions

View file

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