diff options
author | Marin Jankovski <marin@gitlab.com> | 2014-05-29 12:01:34 +0200 |
---|---|---|
committer | Marin Jankovski <marin@gitlab.com> | 2014-05-29 12:01:34 +0200 |
commit | 17a696a98b8f7a8bbdbcd4bdc3d1500e08ddceaa (patch) | |
tree | 7c1c54e5296d66699c131a7a83b9a4447c1bf118 /config/routes.rb | |
parent | 0879babfd1224626d0523a66caca0cac44ee9ee8 (diff) | |
download | gitlab-ce-17a696a98b8f7a8bbdbcd4bdc3d1500e08ddceaa.tar.gz |
We need shortcuts route.
Diffstat (limited to 'config/routes.rb')
-rw-r--r-- | config/routes.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/routes.rb b/config/routes.rb index 38e6727b190..6581aeef11f 100644 --- a/config/routes.rb +++ b/config/routes.rb @@ -34,6 +34,7 @@ Gitlab::Application.routes.draw do get 'help' => 'help#index' get 'help/:category/:file' => 'help#show', as: :help_page + get 'help/shortcuts' # # Global snippets |