diff --git a/lib/tasks/growstuff.rake b/lib/tasks/growstuff.rake index 35365ae1e..bfb7b8642 100644 --- a/lib/tasks/growstuff.rake +++ b/lib/tasks/growstuff.rake @@ -319,6 +319,7 @@ namespace :growstuff do task :populate_si_weight => :environment do Harvest.find_each do |h| h.set_si_weight + h.save end end