mirror of
https://github.com/internetee/registry.git
synced 2025-07-31 23:16:23 +02:00
added modal window
This commit is contained in:
parent
2aa1100305
commit
77249629bb
6 changed files with 102 additions and 30 deletions
|
@ -266,11 +266,13 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :accounts
|
||||
resources :account_activities
|
||||
resources :auctions, only: [ :index ] do
|
||||
resources :auctions, only: [ :index, :create ] do
|
||||
collection do
|
||||
patch :update
|
||||
post 'upload_spreadsheet', to: 'auctions#upload_spreadsheet', as: :upload_spreadsheet
|
||||
end
|
||||
end
|
||||
# post 'admi/upload_spreadsheet', to: 'customers#upload_spreadsheet', as: :customers_upload_spreadsheet
|
||||
|
||||
|
||||
resources :bank_statements do
|
||||
resources :bank_transactions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue