summaryrefslogtreecommitdiff
path: root/app/controllers/projects/usage_ping_controller.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/controllers/projects/usage_ping_controller.rb')
-rw-r--r--app/controllers/projects/usage_ping_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/usage_ping_controller.rb b/app/controllers/projects/usage_ping_controller.rb
index 9b4ddb326c1..77ee53f2e5d 100644
--- a/app/controllers/projects/usage_ping_controller.rb
+++ b/app/controllers/projects/usage_ping_controller.rb
@@ -3,7 +3,7 @@
class Projects::UsagePingController < Projects::ApplicationController
before_action :authenticate_user!
- feature_category :collection
+ feature_category :usage_ping
def web_ide_clientside_preview
return render_404 unless Gitlab::CurrentSettings.web_ide_clientside_preview_enabled?