mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +02:00
Refactor and updated api user serializer
This commit is contained in:
parent
b48c22f6f3
commit
bf3d971d7c
3 changed files with 20 additions and 15 deletions
|
@ -21,6 +21,8 @@ module Serializers
|
|||
accreditation_expire_date: obj.accreditation_expire_date,
|
||||
created_at: obj.created_at,
|
||||
updated_at: obj.updated_at,
|
||||
creator: obj.creator_str,
|
||||
updator: obj.updator_str,
|
||||
}
|
||||
json[:certificates] = certificates
|
||||
json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue