Changeset 950
- Timestamp:
- 03/20/05 23:39:07 (4 years ago)
- Files:
-
- trunk/railties/configs/routes.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/railties/configs/routes.rb
r710 r950 7 7 # Keep in mind you can assign values other than :controller and :action 8 8 9 # You can have the root of your site routed by hooking up '' 10 # -- just remember to delete public/index.html. 11 # map.connect '', :controller => "welcome" 12 9 13 # Allow downloading Web Service WSDL as a file with an extension 10 14 # instead of a file named 'wsdl' 11 15 map.connect ':controller/service.wsdl', :action => 'wsdl' 12 16 13 17 # Install the default route as the lowest priority. 14 18 map.connect ':controller/:action/:id'