forked from saurabh/orbit4-5
fixed the route to work with all levels of page nesting
This commit is contained in:
parent
e3b25c1ae5
commit
05f0900621
|
@ -17,8 +17,8 @@ OrbitStore::Application.routes.draw do
|
|||
|
||||
# You can have the root of your site routed with "root"
|
||||
root 'home#index'
|
||||
scope "(:locale)", locale: /en|zh_tw/ do
|
||||
get ':page_id(/:page_id((/:page_id)/:slug))', to: 'pages#show'
|
||||
scope "(:locale)", locale: /en|zh_tw/ do
|
||||
get ':page_id((/:page_id)/:page_id/:slug)', to: 'pages#show'
|
||||
resources :pages
|
||||
end
|
||||
# Example of regular route:
|
||||
|
|
Loading…
Reference in New Issue