summaryrefslogtreecommitdiff
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-30 22:10:52 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-30 22:10:52 +0300
commit6e550af150958d0c88bf21f206c2309dc0b5c78d (patch)
tree7adc91913bde98879e27dde8633863cf7c6ea036 /app/controllers/help_controller.rb
parent0f84833c33174e4c8cd72690e93bba5444d9e25f (diff)
downloadgitlab-ce-6e550af150958d0c88bf21f206c2309dc0b5c78d.tar.gz
Show shotcut dialog on ?
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
index 2958367e0f8..051cbdfaf05 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -12,4 +12,7 @@ class HelpController < ApplicationController
not_found!
end
end
+
+ def shortcuts
+ end
end