mirror of
https://github.com/internetee/registry.git
synced 2025-07-27 21:16:12 +02:00
update response auction api
This commit is contained in:
parent
851656c02e
commit
0764d0735d
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module Api
|
|||
private
|
||||
|
||||
def serializable_hash(auction)
|
||||
{ id: auction.uuid, domain: auction.domain, status: auction.status }
|
||||
{ id: auction.uuid, domain: auction.domain, status: auction.status, platform: auction.platform }
|
||||
end
|
||||
|
||||
def serializable_hash_for_update_action(auction)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue