Sha256: 8a56892c3484ed006f1cc9db8f3729cf215a3d2ee5e6de3a204f4191b6556bcd

Contents?: true

Size: 767 Bytes

Versions: 1

Compression:

Stored size: 767 Bytes

Contents

ActionController::Routing::Routes.draw do |map|
  # The priority is based upon order of creation: first created -> highest priority.
  
  # Sample of regular route:
  # map.connect 'products/:id', :controller => 'catalog', :action => 'view'
  # Keep in mind you can assign values other than :controller and :action

  # Sample of named route:
  # map.purchase 'products/:id/purchase', :controller => 'catalog', :action => 'purchase'
  # This route can be invoked with purchase_url(:id => product.id)

  # You can have the root of your site routed by hooking up '' 
  # -- just remember to delete public/index.html.
  # map.connect '', :controller => "welcome"

  # Install the seamless messagebroker
  map.connect 'messagebroker', :controller => 'message_broker'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
seamless-1.0.0 seamless/templates/routes.rb