summaryrefslogtreecommitdiff
path: root/app/controllers/projects/web_ide_terminals_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/web_ide_terminals_controller.rb')
-rw-r--r--app/controllers/projects/web_ide_terminals_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/projects/web_ide_terminals_controller.rb b/app/controllers/projects/web_ide_terminals_controller.rb
index 76bcaa9e80c..1d179765ad9 100644
--- a/app/controllers/projects/web_ide_terminals_controller.rb
+++ b/app/controllers/projects/web_ide_terminals_controller.rb
@@ -8,6 +8,8 @@ class Projects::WebIdeTerminalsController < Projects::ApplicationController
before_action :authorize_read_web_ide_terminal!, except: [:check_config, :create]
before_action :authorize_update_web_ide_terminal!, only: [:cancel, :retry]
+ feature_category :web_ide
+
def check_config
return respond_422 unless branch_sha