dashboard is now root path

This commit is contained in:
gitlabhq 2011-11-03 07:00:16 -04:00
parent 3abd977822
commit 5c9cb850fc

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