diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-01 12:09:35 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-12-01 12:09:35 +0000 |
commit | 4ee706fcd1ffcb2926fd9258e9f296c260a3d06c (patch) | |
tree | 47ef82efe01cd18bc0da6eb0922273aed9e060ea /app/controllers/snippets/application_controller.rb | |
parent | 5a9468a4e504d06fd8f5a558f953f4af6355f702 (diff) | |
download | gitlab-ce-4ee706fcd1ffcb2926fd9258e9f296c260a3d06c.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/snippets/application_controller.rb')
-rw-r--r-- | app/controllers/snippets/application_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/snippets/application_controller.rb b/app/controllers/snippets/application_controller.rb index f259f4569ef..64adc4e6611 100644 --- a/app/controllers/snippets/application_controller.rb +++ b/app/controllers/snippets/application_controller.rb @@ -4,7 +4,7 @@ class Snippets::ApplicationController < ApplicationController include FindSnippet include SnippetAuthorizations - feature_category :snippets + feature_category :source_code_management private |