diff options
| -rw-r--r-- | config/routes.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/config/routes.rb b/config/routes.rb index 2fd3705..5f2a9dc 100644 --- a/config/routes.rb +++ b/config/routes.rb | |||
| @@ -20,6 +20,5 @@ ActionController::Routing::Routes.draw do |map| | |||
| 20 | map.connect ':controller/:action/:id.:format' | 20 | map.connect ':controller/:action/:id.:format' |
| 21 | 21 | ||
| 22 | map.connect '/*page_path', | 22 | map.connect '/*page_path', |
| 23 | :controller => 'content', :action => 'render_page', | 23 | :controller => 'content', :action => 'render_page' |
| 24 | :requirements => {:language => /\w{2}/} | ||
| 25 | end | 24 | end |
