diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-08 14:46:22 -0700 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-03-08 14:46:22 -0700 |
commit | b5c3e1a43158314cc1c624cff6294546ee64b418 (patch) | |
tree | dd59c9a92c4ed21e7a492e595a3366d8b7cd1adc /app/controllers/help_controller.rb | |
parent | 1475cb9aaae75d37719c8eac92f9483bb2fde416 (diff) | |
download | gitlab-ce-b5c3e1a43158314cc1c624cff6294546ee64b418.tar.gz |
Add GitLab UI development kit
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r-- | app/controllers/help_controller.rb | 3 |
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 |