Fixed edit_not in balancing.
This commit is contained in:
parent
da8fd1d72a
commit
c49edb79a2
7 changed files with 24 additions and 24 deletions
|
|
@ -119,6 +119,14 @@ Foodsoft::Application.routes.draw do
|
|||
|
||||
namespace :finance do
|
||||
root :to => 'balancing#index'
|
||||
|
||||
resources :order, controller: 'balancing', path: 'balancing' do
|
||||
member do
|
||||
get :edit_note
|
||||
put :update_note
|
||||
end
|
||||
end
|
||||
|
||||
match 'balancing/list' => 'balancing#list', :as => 'balancing'
|
||||
|
||||
resources :invoices
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue