summaryrefslogtreecommitdiff
path: root/app/controllers/koding_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/koding_controller.rb')
-rw-r--r--app/controllers/koding_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/koding_controller.rb b/app/controllers/koding_controller.rb
index f3759b4c0ea..6b1e64ce819 100644
--- a/app/controllers/koding_controller.rb
+++ b/app/controllers/koding_controller.rb
@@ -1,5 +1,5 @@
class KodingController < ApplicationController
- before_action :check_integration!, :authenticate_user!, :reject_blocked!
+ before_action :check_integration!
layout 'koding'
def index