better bulk uploading

This commit is contained in:
Jared Cosulich 2017-10-15 21:56:41 -04:00
parent 62a9f9c194
commit ee44c1227c
3 changed files with 9 additions and 4 deletions

View file

@ -254,5 +254,6 @@ namespace :data do
ENV.delete('BULK_PROCESS')
SchoolCategory.all.each { |sc| sc.sync_aggregated_responses }
Recipient.all.each { |r| r.update_counts }
end
end