Add option to create a new FinancialTransaction at a FinancialLink
This commit is contained in:
parent
0e77a0e77c
commit
a30d0d4453
8 changed files with 66 additions and 1 deletions
|
|
@ -190,6 +190,9 @@ Rails.application.routes.draw do
|
|||
get :index_invoice
|
||||
put 'invoices/:invoice', action: 'add_invoice', as: 'add_invoice'
|
||||
delete 'invoices/:invoice', action: 'remove_invoice', as: 'remove_invoice'
|
||||
|
||||
get :new_financial_transaction
|
||||
post :create_financial_transaction
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue