summaryrefslogtreecommitdiff
path: root/app/controllers/help_controller.rb
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-09-08 14:42:30 +0100
committerDouwe Maan <douwe@gitlab.com>2015-09-08 14:42:30 +0100
commitc258e97747f13cdc60ca2765789213292099c87a (patch)
treede95d9ebc5104eb8723c22301cbcb3fe02d5f887 /app/controllers/help_controller.rb
parente0da2c352325c1cb2ede88a73434ed7afc037481 (diff)
downloadgitlab-ce-c258e97747f13cdc60ca2765789213292099c87a.tar.gz
Make Help accessible for guests.
Diffstat (limited to 'app/controllers/help_controller.rb')
-rw-r--r--app/controllers/help_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/help_controller.rb b/app/controllers/help_controller.rb
index 71831c5380d..ad00948da51 100644
--- a/app/controllers/help_controller.rb
+++ b/app/controllers/help_controller.rb
@@ -1,4 +1,6 @@
class HelpController < ApplicationController
+ skip_before_action :authenticate_user!, :reject_blocked
+
layout 'help'
def index