Skip to content

Instantly share code, notes, and snippets.

@rickbarrette
Created August 6, 2016 02:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rickbarrette/69ea1ec85ed6b3751ad820fe190ff8cd to your computer and use it in GitHub Desktop.
Save rickbarrette/69ea1ec85ed6b3751ad820fe190ff8cd to your computer and use it in GitHub Desktop.
Redmine Project as homepage
# config/routes.rb
# replace root :to => 'welcome#index', :as => 'home'
# by this line for the homepage of a project
root :to => 'projects#show', :id => '<myproject>', :as => 'home'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment