mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 17:01:44 +02:00
Remodeled ident type to parsed_frame
This commit is contained in:
parent
b934850ba7
commit
1dd11405f6
4 changed files with 9 additions and 3 deletions
|
@ -164,6 +164,7 @@ class Contact < ActiveRecord::Base
|
|||
contact_hash = {
|
||||
phone: ph[:voice],
|
||||
ident: ph[:ident],
|
||||
ident_type: ph[:ident_type],
|
||||
email: ph[:email],
|
||||
fax: ph[:fax],
|
||||
name: ph[:postalInfo].try(:[], :name),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue