mirror of
https://github.com/internetee/registry.git
synced 2025-07-24 03:30:33 +02:00
Interface for manual binding
This commit is contained in:
parent
adf321bafa
commit
ccb44fa3b9
8 changed files with 189 additions and 23 deletions
|
@ -91,7 +91,9 @@ Rails.application.routes.draw do
|
|||
get 'download_import_file', on: :member
|
||||
end
|
||||
|
||||
resources :bank_transactions
|
||||
resources :bank_transactions do
|
||||
patch 'bind', on: :member
|
||||
end
|
||||
|
||||
resources :invoices
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue