Remodeled ident type to parsed_frame

This commit is contained in:
Andres Keskküla 2015-01-08 11:37:20 +02:00
parent b934850ba7
commit 1dd11405f6
4 changed files with 9 additions and 3 deletions

View file

@ -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),