Setting a project as the default redmine homepage

Only have a single project running on redmine? want it to be the homepage?

In config/routes.rb in cofig/routes.rb

map.home '', :controller => 'projects', :action => 'show', :id => 'my_project_name'