dashboard is now root path

This commit is contained in:
gitlabhq 2011-11-03 07:00:16 -04:00
parent 3abd977822
commit 5c9cb850fc
1 changed files with 1 additions and 1 deletions

View File

@ -54,5 +54,5 @@ Gitlab::Application.routes.draw do
end
resources :notes, :only => [:create, :destroy]
end
root :to => "projects#index"
root :to => "dashboard#index"
end