diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-14 00:51:50 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-14 00:51:50 +0100 |
commit | 9a222241bcbbc4ce6d0f0f15bf975cfda9c9385d (patch) | |
tree | 111f6f02676faaeab256ccbd2f8c970cf3c96b5b | |
parent | 11994b6e91d46f3087adc43c6715bfd1b4b6b6b0 (diff) | |
parent | 90762dc83d845a584db0399994bbb51066213249 (diff) |
Merge branch 'wdtk' of git@github.com:sebbacon/alaveteli
-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 175a37a82..b3c0d4a7b 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 |