From 091ce79dd85e523d666550be612f0bd33d0b1b94 Mon Sep 17 00:00:00 2001 From: Stas Date: Fri, 13 Nov 2015 15:57:45 +0200 Subject: [PATCH] 105361584-no acces for country --- app/models/depp/contact.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/models/depp/contact.rb b/app/models/depp/contact.rb index 0fa9f777a..b4597867c 100644 --- a/app/models/depp/contact.rb +++ b/app/models/depp/contact.rb @@ -280,7 +280,7 @@ module Depp end def country_name - Country.new(country_code) + Country.new(country_code) || 'No access' end def org?