Move StockChanges#index to StockArticles#history

This commit is contained in:
Julius 2013-07-13 09:32:27 +02:00
parent edaf91b029
commit 730dc7cf2a
7 changed files with 25 additions and 30 deletions

View file

@ -97,7 +97,7 @@ Foodsoft::Application.routes.draw do
get :fill_new_stock_article_form
end
resources :stock_changes, :only => [:index], :to => 'stock_changes'
get :history
end
resources :suppliers do