From 17a696a98b8f7a8bbdbcd4bdc3d1500e08ddceaa Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Thu, 29 May 2014 12:01:34 +0200 Subject: [PATCH] We need shortcuts route. --- config/routes.rb | 1 + 1 file changed, 1 insertion(+) 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