ActionController::Routing::Routes.draw do |map| map.root :controller => 'mashes', :action => 'index' map.resources :mashes end