mirror of
https://github.com/internetee/registry.git
synced 2025-07-01 16:53:37 +02:00
105361584-no acces for country
This commit is contained in:
parent
2803a84815
commit
4623031060
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ module Depp
|
||||||
end
|
end
|
||||||
|
|
||||||
def country_name
|
def country_name
|
||||||
Country.new(country_code)
|
Country.new(country_code) || 'No access'
|
||||||
end
|
end
|
||||||
|
|
||||||
def org?
|
def org?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue