Changeset 6573
- Timestamp:
- 04/24/07 18:09:56 (1 year ago)
- Files:
-
- trunk/railties/configs/routes.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/configs/routes.rb
r5671 r6573 20 20 # map.root :controller => "welcome" 21 21 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 25 22 # Install the default route as the lowest priority. 26 23 map.connect ':controller/:action/:id'