don't update recipient counts

This commit is contained in:
Jared Cosulich 2019-07-25 18:14:41 -04:00
parent 32bc81f5c8
commit 9d90690315

View file

@ -427,7 +427,7 @@ namespace :data do
sync_school_category_aggregates
Recipient.created_in(@year).each { |r| r.update_counts }
# Recipient.created_in(@year).each { |r| r.update_counts }
end
desc 'Load in nonlikert values for each school'