mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 23:24:48 +02:00
Remove bank statement import functionality
This commit is contained in:
parent
bfa60a9c17
commit
aa2d9547a4
8 changed files with 2 additions and 125 deletions
|
@ -213,13 +213,7 @@ Rails.application.routes.draw do
|
|||
|
||||
resources :bank_statements do
|
||||
resources :bank_transactions
|
||||
collection do
|
||||
get 'import'
|
||||
post 'create_from_import'
|
||||
end
|
||||
|
||||
post 'bind_invoices', on: :member
|
||||
get 'download_import_file', on: :member
|
||||
end
|
||||
|
||||
resources :bank_transactions do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue