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