aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--config/routes.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index 9765b26b8..6dfd03634 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -195,7 +195,8 @@ 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('conditionallyprependlocale')
+
+ # map.filter('conditionallyprependlocale')
# Allow downloading Web Service WSDL as a file with an extension
# instead of a file named 'wsdl'