mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
105361584-no acces for country
This commit is contained in:
parent
3db92b246a
commit
091ce79dd8
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ module Depp
|
|||
end
|
||||
|
||||
def country_name
|
||||
Country.new(country_code)
|
||||
Country.new(country_code) || 'No access'
|
||||
end
|
||||
|
||||
def org?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue