Binding interface for bank statements

This commit is contained in:
Martin Lensment 2015-04-15 11:32:51 +03:00
parent 2dfa65645b
commit 851e5368eb
15 changed files with 113 additions and 26 deletions

View file

@ -86,6 +86,7 @@ Rails.application.routes.draw do
resources :keyrelays
resources :bank_statements do
post 'bind_invoices', on: :member
get 'download_import_file', on: :member
end