diff options
Diffstat (limited to 'config')
| -rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index cbad5cc..96d56de 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | ActionController::Routing::Routes.draw do |map| | 1 | ActionController::Routing::Routes.draw do |map| |
| 2 | map.resources :pages | ||
| 3 | |||
| 2 | 4 | ||
| 3 | map.connect ':language/*pagepath', | 5 | map.connect ':language/*pagepath', |
| 4 | :controller => 'content', :action => 'render_page', | 6 | :controller => 'content', :action => 'render_page', |
