mirror of
https://github.com/internetee/registry.git
synced 2025-06-10 14:44:47 +02:00
REPP: Remove fax from contact object
This commit is contained in:
parent
2a3040fb09
commit
265e135cd0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ module Serializers
|
|||
|
||||
def to_json(obj = contact)
|
||||
json = { id: obj.code, name: obj.name, ident: ident,
|
||||
email: obj.email, phone: obj.phone, fax: obj.fax,
|
||||
email: obj.email, phone: obj.phone,
|
||||
auth_info: obj.auth_info, statuses: obj.statuses,
|
||||
disclosed_attributes: obj.disclosed_attributes }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue