Sha256: 774d463eb88e0cf226bacfabf50bd2ebadfd75a6c9d618e6cfa8fe580c7d8145
Contents?: true
Size: 629 Bytes
Versions: 3
Compression:
Stored size: 629 Bytes
Contents
ActionController::Routing::Routes.draw do |map| # Add your own custom routes here. # The priority is based upon order of creation: first created -> highest priority. # 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 # 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
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
damagecontrol-0.5.0.1391 | config/routes.rb |
damagecontrol-0.5.0.1393 | config/routes.rb |
damagecontrol-0.5.0.1392 | config/routes.rb |