Fixed bug in routes.rb

This commit is contained in:
benni 2011-05-11 14:21:06 +02:00
parent e40f865c45
commit bdb177dfa6
1 changed files with 21 additions and 21 deletions

View File

@ -115,6 +115,7 @@ Foodsoft::Application.routes.draw do
post :sync
end
end
end
resources :article_categories
@ -149,7 +150,6 @@ Foodsoft::Application.routes.draw do
get :memberships, :on => :member
end
end
end
############## The rest