mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 10:19:45 +02:00
Merge branch 'story/114871365-address-cc-upcase' into staging
This commit is contained in:
commit
536b62b229
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ namespace :convert do
|
||||||
|
|
||||||
if if_object
|
if if_object
|
||||||
h = c.object
|
h = c.object
|
||||||
h["country_code"] = h["country_code"].upcase
|
h["country_code"] = h["country_code"].try(:upcase)
|
||||||
c.object = h
|
c.object = h
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue