Interface for manual binding

This commit is contained in:
Martin Lensment 2015-04-16 18:04:52 +03:00
parent adf321bafa
commit ccb44fa3b9
8 changed files with 189 additions and 23 deletions

View file

@ -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