mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 17:37:17 +02:00
Story#114871365 - fix imported old fred history
This commit is contained in:
parent
4ab4ba6f97
commit
2a7de9fbd6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue