diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-22 19:05:01 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-01-22 19:05:01 +0200 |
commit | 70690e1971f6d009da9a37782764ae7446f69636 (patch) | |
tree | f8360d13ca2b44e4531cd90120b407ced93c935d /config/routes.rb | |
parent | e0fb0703c4fecb6ed036d7599b0692de9c92b206 (diff) | |
download | gitlab-ce-70690e1971f6d009da9a37782764ae7446f69636.tar.gz |
base implementation
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 00ff3f63752..c48d66a78e8 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -97,6 +97,9 @@ Gitlab::Application.routes.draw do end resources :keys + match "/u/:username" => "users#show", as: :user + + # # Dashboard Area |