Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-28 18:47:55 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-01-28 18:47:55 +0400
commit0a4222fb9802aa979171920c489a7db11e3f1ff8 (patch)
tree6e33739801334cdf835715e0c11d1d37adff68c8 /config/routes.rb
parent15b06b01644f31314f3241afbb7a807219f18703 (diff)
Bootstrap: Activities
Diffstat (limited to 'config/routes.rb')
-rw-r--r--config/routes.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes.rb b/config/routes.rb
index bb575356d94..eedb9ac5533 100644
--- a/config/routes.rb
+++ b/config/routes.rb
@@ -106,5 +106,5 @@ Gitlab::Application.routes.draw do
end
resources :notes, :only => [:create, :destroy]
end
- root :to => "dashboard#index"
+ root :to => "projects#index"
end