summaryrefslogtreecommitdiff
path: root/app/controllers/ci
diff options
context:
space:
mode:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-09-17 10:03:46 +0200
committerKamil Trzcinski <ayufan@ayufan.eu>2015-09-17 15:28:35 +0200
commitb2e9b47a6a852374b4fe27eca4f3d979baff4615 (patch)
treed768de94736ff908f3aa161d66923ef9788c7c7f /app/controllers/ci
parent3c2a6174f9052572d6aea1248e9e03752bb48f73 (diff)
downloadgitlab-ce-remove-ci-help.tar.gz
Remove CI helpremove-ci-help
Diffstat (limited to 'app/controllers/ci')
-rw-r--r--app/controllers/ci/helps_controller.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/app/controllers/ci/helps_controller.rb b/app/controllers/ci/helps_controller.rb
deleted file mode 100644
index a1ee4111614..00000000000
--- a/app/controllers/ci/helps_controller.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-module Ci
- class HelpsController < Ci::ApplicationController
- skip_filter :check_config
-
- def show
- end
-
- def oauth2
- if valid_config?
- redirect_to ci_root_path
- else
- render layout: 'ci/empty'
- end
- end
- end
-end