aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--railties/configs/routes.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/railties/configs/routes.rb b/railties/configs/routes.rb
index 0eda6de0cc..260163e181 100644
--- a/railties/configs/routes.rb
+++ b/railties/configs/routes.rb
@@ -19,9 +19,6 @@ ActionController::Routing::Routes.draw do |map|
# -- just remember to delete public/index.html.
# map.root :controller => "welcome"
- # Allow downloading Web Service WSDL as a file with an extension instead of a file named 'wsdl'
- map.connect ':controller/service.wsdl', :action => 'wsdl'
-
# Install the default route as the lowest priority.
map.connect ':controller/:action/:id'
end