Fixed bug in routes.rb
This commit is contained in:
parent
e40f865c45
commit
bdb177dfa6
1 changed files with 21 additions and 21 deletions
|
@ -115,6 +115,7 @@ Foodsoft::Application.routes.draw do
|
||||||
post :sync
|
post :sync
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
resources :article_categories
|
resources :article_categories
|
||||||
|
|
||||||
|
@ -149,7 +150,6 @@ Foodsoft::Application.routes.draw do
|
||||||
get :memberships, :on => :member
|
get :memberships, :on => :member
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|
||||||
############## The rest
|
############## The rest
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue