summaryrefslogtreecommitdiff
path: root/app/controllers/ci/helps_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/ci/helps_controller.rb')
-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