diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-14 00:55:47 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-14 00:55:47 +0100 |
commit | 945a7116b6d9a5d7c79560d3615e0e18a8a1647e (patch) | |
tree | b7d4b565a852a42d9652baff0c01e4a05e5ec9fe | |
parent | 583e30339571962174fd40d75e64624e3968e2c1 (diff) |
That is only supposed to be disabled in the wdtk branch, not in master.
-rw-r--r-- | config/routes.rb | 2 |
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 |