diff options
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 0b4993158..a3ccb381e 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -195,6 +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('locale') + # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl' |