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>2013-06-30 23:10:52 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-06-30 23:10:52 +0400
commit6e550af150958d0c88bf21f206c2309dc0b5c78d (patch)
tree7adc91913bde98879e27dde8633863cf7c6ea036 /app/controllers/help_controller.rb
parent0f84833c33174e4c8cd72690e93bba5444d9e25f (diff)
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