From ccc73195f7c1cc75fd87310b66dbfe358184cc65 Mon Sep 17 00:00:00 2001 From: hukl Date: Thu, 26 Feb 2009 01:26:59 +0100 Subject: removed unnecessary parts --- config/routes.rb | 3 +-- 1 file changed, 1 insertion(+), 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| map.connect ':controller/:action/:id.:format' map.connect '/*page_path', - :controller => 'content', :action => 'render_page', - :requirements => {:language => /\w{2}/} + :controller => 'content', :action => 'render_page' end -- cgit v1.3