diff options
| author | hukl <contact@smyck.org> | 2009-02-26 01:26:59 +0100 |
|---|---|---|
| committer | hukl <contact@smyck.org> | 2009-02-26 01:26:59 +0100 |
| commit | ccc73195f7c1cc75fd87310b66dbfe358184cc65 (patch) | |
| tree | 154ff416433cfc51d8e095bf69ec07e6e820088c /config/routes.rb | |
| parent | 10c1c7b47c470e1d960da7e77a9d19a6d065fdf0 (diff) | |
removed unnecessary parts
Diffstat (limited to 'config/routes.rb')
| -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 |
