mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 14:36:22 +02:00
fix issues
This commit is contained in:
parent
9766650ae4
commit
3b9ff74bd2
7 changed files with 66 additions and 14 deletions
|
@ -267,6 +267,9 @@ Rails.application.routes.draw do
|
|||
resources :accounts
|
||||
resources :account_activities
|
||||
resources :auctions, only: [ :index, :create ] do
|
||||
member do
|
||||
post 'send_to_auction', to: 'auctions#send_to_auction', as: :send_to_auction
|
||||
end
|
||||
collection do
|
||||
post 'upload_spreadsheet', to: 'auctions#upload_spreadsheet', as: :upload_spreadsheet
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue