config/routes.rb in damagecontrol-0.5.0.1393 vs config/routes.rb in damagecontrol-0.5.0.1404

- old
+ new

@@ -4,12 +4,16 @@ # Here's a sample route: # map.connect 'products/:id', :controller => 'catalog', :action => 'view' # Keep in mind you can assign values other than :controller and :action + # default route + #map.connect '', :controller => 'project', :action => 'index' + # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl' - map.connect ':controller/service.wsdl', :action => 'wsdl' + + # map.connect ':controller/service.wsdl', :action => 'wsdl' # Install the default route as the lowest priority. map.connect ':controller/:action/:id' -end +end