Sha256: 2b7753a740677f95c62c63853756f37d7911869ace65cc3b97aef081eabf3d19
Contents?: true
Size: 756 Bytes
Versions: 2
Compression:
Stored size: 756 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 # You can have the root of your site routed by hooking up '' # -- just remember to delete public/index.html. # map.connect '', :controller => "welcome" map.connect '', :controller => 'consumer' # Allow downloading Web Service WSDL as a file with an extension # instead of a file named 'wsdl' # Install the default route as the lowest priority. map.connect ':controller/:action/:id' end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ruby-mojeid-0.2.1 | examples/rails_openid/config/routes.rb |
ruby-mojeid-0.2.0 | examples/rails_openid/config/routes.rb |