fixed the route to work with all levels of page nesting

This commit is contained in:
Saurabh Bhatia 2014-04-01 16:55:20 +08:00
parent e3b25c1ae5
commit 05f0900621
1 changed files with 2 additions and 2 deletions

View File

@ -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: