ActionController::Routing::Routes.draw do | map | map.root :controller => :tasks, :action => :index map.resources :stylesheets, :only => :show map.connect '/:controller/:action/:id' end