mirror of
https://github.com/internetee/registry.git
synced 2025-08-01 07:26:22 +02:00
Merge pull request #2449 from internetee/2441-delete-auction
Admin: option to delete auction record
This commit is contained in:
commit
a64582c1a8
5 changed files with 28 additions and 3 deletions
|
@ -306,7 +306,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :accounts
|
||||
resources :account_activities
|
||||
resources :auctions, only: [ :index, :create ] do
|
||||
resources :auctions, only: %i[index create destroy] do
|
||||
collection do
|
||||
post 'upload_spreadsheet', to: 'auctions#upload_spreadsheet', as: :upload_spreadsheet
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue