Story#114871365 - fix imported old fred history

This commit is contained in:
Vladimir Krylov 2016-03-24 15:32:44 +02:00
parent 4ab4ba6f97
commit 2a7de9fbd6

View file

@ -55,7 +55,7 @@ namespace :convert do
if if_object
h = c.object
h["country_code"] = h["country_code"].upcase
h["country_code"] = h["country_code"].try(:upcase)
c.object = h
end