mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 17:59:47 +02:00
Application helper updates
This commit is contained in:
parent
2eaa8dae98
commit
35513b83bf
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module ApplicationHelper
|
||||||
end
|
end
|
||||||
|
|
||||||
def ident_for(contact)
|
def ident_for(contact)
|
||||||
if contact.kind_of? Hash
|
if contact.is_a? Hash
|
||||||
ident_country_code = contact[:ident_country_code]
|
ident_country_code = contact[:ident_country_code]
|
||||||
ident_type = contact[:ident_type]
|
ident_type = contact[:ident_type]
|
||||||
ident = contact[:ident]
|
ident = contact[:ident]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue