mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +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
|
||||
|
||||
def ident_for(contact)
|
||||
if contact.kind_of? Hash
|
||||
if contact.is_a? Hash
|
||||
ident_country_code = contact[:ident_country_code]
|
||||
ident_type = contact[:ident_type]
|
||||
ident = contact[:ident]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue