makes the user rake task output something to know it is not frozen

This commit is contained in:
kikito
2016-02-19 18:09:53 +01:00
parent 8fde9a77ac
commit e2891918fc

View File

@@ -29,6 +29,9 @@ namespace :users do
if response.valid?
u.geozone = Geozone.where(census_code: response.district_code).first
u.save
print "."
else
print "X"
end
end
end