Dummy::Application.routes.draw do match ':controller(/:action(/:id(.:format)))' root :to => 'musician#index' resources :singers end