Fixed edit_not in balancing.

This commit is contained in:
benni 2012-05-12 10:55:20 +02:00
parent da8fd1d72a
commit c49edb79a2
7 changed files with 24 additions and 24 deletions

View file

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