mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 05:26:17 +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
|
private
|
||||||
|
|
||||||
def serializable_hash(auction)
|
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
|
end
|
||||||
|
|
||||||
def serializable_hash_for_update_action(auction)
|
def serializable_hash_for_update_action(auction)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue