Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Changeset 6573

Show
Ignore:
Timestamp:
04/24/07 18:09:56 (1 year ago)
Author:
david
Message:

Removed default WSDL route now that AWS is debundled from Rails

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/railties/configs/routes.rb

    r5671 r6573  
    2020  # map.root :controller => "welcome" 
    2121 
    22   # Allow downloading Web Service WSDL as a file with an extension instead of a file named 'wsdl' 
    23   map.connect ':controller/service.wsdl', :action => 'wsdl' 
    24  
    2522  # Install the default route as the lowest priority. 
    2623  map.connect ':controller/:action/:id'