summaryrefslogtreecommitdiff
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-08 14:46:22 -0700
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-03-08 14:46:22 -0700
commitb5c3e1a43158314cc1c624cff6294546ee64b418 (patch)
treedd59c9a92c4ed21e7a492e595a3366d8b7cd1adc /app/controllers/help_controller.rb
parent1475cb9aaae75d37719c8eac92f9483bb2fde416 (diff)
downloadgitlab-ce-b5c3e1a43158314cc1c624cff6294546ee64b418.tar.gz
Add GitLab UI development kit
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 fc498559d6b..c4d620d87b1 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -15,4 +15,7 @@ class HelpController < ApplicationController
def shortcuts
end
+
+ def ui
+ end
end