- ActionController::Routing::Routes.draw do |map|
- map.resources :jobs, :belongs_to => :users
- # The priority is based upon order of creation: first created -> highest priority.
- map.root :controller => "dashboard", :action => "index"
- map.devise_for :users
- map.resources :users, :has_many => :jobs
- map.dashboard "/dashboard", :controller => "dashboard", :action => "dashboard"
- yadda....yadda...