mirror of
https://github.com/internetee/registry.git
synced 2025-07-29 22:16:19 +02:00
fixed type of auction for next rounds
This commit is contained in:
parent
49279670ee
commit
31b5abd87e
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ class Auction < ApplicationRecord
|
|||
|
||||
def restart
|
||||
new_auction = self.class.new(domain: domain)
|
||||
new_auction.platform = self.platform
|
||||
new_auction.start
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue