Refactored stockit, delivery an stock_takings.

This commit is contained in:
benni 2011-05-27 14:09:01 +02:00
parent d4715fef4b
commit fc1d130113
20 changed files with 145 additions and 296 deletions

View file

@ -77,7 +77,7 @@ Foodsoft::Application.routes.draw do
resources :stock_articles, :to => 'stockit' do
collection do
get :auto_complete_for_article_name
get :articles_search
get :fill_new_stock_article_form
end
end