diff options
author | Robin Houston <robin@lenny.robin> | 2011-07-14 02:43:39 +0100 |
---|---|---|
committer | Robin Houston <robin@lenny.robin> | 2011-07-14 02:43:39 +0100 |
commit | 45c826821c7f9273158e7f94722ab88434defee6 (patch) | |
tree | 8099ab78f87241ccc787d72317c0005eacdd1f8c | |
parent | ec9424fc1ec2a2df83f32fa78faec7015f7b493b (diff) |
Oh! Is this going to be reverted every time I merge from master? That’s not what I hoped would happen.
-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..451c13e3b 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 |