aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobin Houston <robin@lenny.robin>2011-07-14 00:55:47 +0100
committerRobin Houston <robin@lenny.robin>2011-07-14 00:55:47 +0100
commit945a7116b6d9a5d7c79560d3615e0e18a8a1647e (patch)
treeb7d4b565a852a42d9652baff0c01e4a05e5ec9fe
parent583e30339571962174fd40d75e64624e3968e2c1 (diff)
That is only supposed to be disabled in the wdtk branch, not in master.
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index b3c0d4a7b..175a37a82 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -195,7 +195,7 @@ ActionController::Routing::Routes.draw do |map|
rule.admin_rule_update '/admin/censor/update', :action => 'update'
rule.admin_rule_destroy '/admin/censor/destroy/:censor_rule_id', :action => 'destroy'
end
- #map.filter('locale')
+ map.filter('locale')
# Allow downloading Web Service WSDL as a file with an extension