mirror of
https://github.com/internetee/registry.git
synced 2025-07-28 13:36:15 +02:00
add new column
This commit is contained in:
parent
77249629bb
commit
d8c0ba2432
7 changed files with 16 additions and 3 deletions
|
@ -58,7 +58,7 @@ module Admin
|
|||
reserved_domains = ReservedDomain.where(id: reserved_domains_ids)
|
||||
|
||||
reserved_domains.each do |domain|
|
||||
Auction.create!(domain: domain.name, status: Auction.statuses[:started])
|
||||
Auction.create!(domain: domain.name, status: Auction.statuses[:started], platform: :english)
|
||||
domain.destroy!
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue