mirror of
https://github.com/internetee/registry.git
synced 2025-08-02 16:02:03 +02:00
add new column
This commit is contained in:
parent
77249629bb
commit
d8c0ba2432
7 changed files with 16 additions and 3 deletions
|
@ -35,6 +35,7 @@ module DNS
|
|||
def sell_at_auction
|
||||
auction = Auction.new
|
||||
auction.domain = name
|
||||
auction.platform = :blind
|
||||
auction.start
|
||||
ToStdout.msg "Created the auction: #{auction.inspect}"
|
||||
update_whois_from_auction(auction)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue