diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2007-04-24 18:09:56 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2007-04-24 18:09:56 +0000 |
commit | b445a74c5e1cdb10333b02515e42b584463ae10b (patch) | |
tree | 54f3a438cf3f85e98a21ebc33f9252854994f946 | |
parent | 5208d8d8173fc5ac47a061d872074d0fd797d70c (diff) | |
download | rails-b445a74c5e1cdb10333b02515e42b584463ae10b.tar.gz rails-b445a74c5e1cdb10333b02515e42b584463ae10b.tar.bz2 rails-b445a74c5e1cdb10333b02515e42b584463ae10b.zip |
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
-rw-r--r-- | railties/configs/routes.rb | 3 |
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 |