From b445a74c5e1cdb10333b02515e42b584463ae10b Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 24 Apr 2007 18:09:56 +0000 Subject: Removed default WSDL route now that AWS is debundled from Rails git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6573 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- railties/configs/routes.rb | 3 --- 1 file changed, 3 deletions(-) (limited to 'railties/configs/routes.rb') 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 -- cgit v1.2.3