mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
Fixes after repp-apidoc update
This commit is contained in:
parent
c7701ce1b1
commit
26cb791586
11 changed files with 25 additions and 38 deletions
|
@ -15,7 +15,7 @@ module Serializers
|
|||
def to_json(obj = contact)
|
||||
return simple_object if @simplify
|
||||
|
||||
json = { id: obj.uuid, code: obj.code, name: obj.name, ident: ident, phone: obj.phone,
|
||||
json = { code: obj.code, name: obj.name, ident: ident, phone: obj.phone,
|
||||
created_at: obj.created_at, auth_info: obj.auth_info, email: obj.email,
|
||||
statuses: statuses, disclosed_attributes: obj.disclosed_attributes,
|
||||
registrar: registrar }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue