Fix StockArticle creation during delivery; small cleanups

This commit is contained in:
Julius 2013-06-11 13:10:18 +02:00
parent ad29a238f2
commit e28f3eda65
10 changed files with 66 additions and 44 deletions

View file

@ -103,6 +103,7 @@ Foodsoft::Application.routes.draw do
resources :deliveries do
post :drop_stock_change, :on => :member
get :new_stock_article, :on => :collection
post :add_stock_article, :on => :collection
end