make the one-off save the si weight

This commit is contained in:
Mackenzie Morgan
2015-02-02 23:49:07 -05:00
parent 1988c22626
commit 87bfceb035

View File

@@ -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