Change Redmine homepage to project page
Posted by Kelvin on 15 Oct 2010 at 09:07 pm | Tagged as: programming
Edit config/routes.rb
Change map.home to look like this:
map.home '', :controller => 'projects', :action => 'show', :id => 'projectname'
Posted by Kelvin on 15 Oct 2010 at 09:07 pm | Tagged as: programming
Edit config/routes.rb
Change map.home to look like this:
map.home '', :controller => 'projects', :action => 'show', :id => 'projectname'