summaryrefslogtreecommitdiff
path: root/app/controllers/projects/web_ide_schemas_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/web_ide_schemas_controller.rb')
-rw-r--r--app/controllers/projects/web_ide_schemas_controller.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/projects/web_ide_schemas_controller.rb b/app/controllers/projects/web_ide_schemas_controller.rb
index 3d16a6fafd4..84a191815f4 100644
--- a/app/controllers/projects/web_ide_schemas_controller.rb
+++ b/app/controllers/projects/web_ide_schemas_controller.rb
@@ -3,6 +3,8 @@
class Projects::WebIdeSchemasController < Projects::ApplicationController
before_action :authenticate_user!
+ feature_category :web_ide
+
def show
return respond_422 unless branch_sha