diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-06 18:08:49 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2020-10-06 18:08:49 +0000 |
commit | 1ca6880aac4a41fe2ae519a87ebfb90470fad7c5 (patch) | |
tree | f01c6ed81a6850f23ee1eb64f09044ce2b57aeba /app/controllers/snippets_controller.rb | |
parent | 4d922922a97e5ac6a1617aba00642ad7657d2727 (diff) | |
download | gitlab-ce-1ca6880aac4a41fe2ae519a87ebfb90470fad7c5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/controllers/snippets_controller.rb')
-rw-r--r-- | app/controllers/snippets_controller.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/snippets_controller.rb b/app/controllers/snippets_controller.rb index 486c7f1d028..e68b821459d 100644 --- a/app/controllers/snippets_controller.rb +++ b/app/controllers/snippets_controller.rb @@ -17,10 +17,6 @@ class SnippetsController < Snippets::ApplicationController layout 'snippets' - before_action do - push_frontend_feature_flag(:snippet_multiple_files, current_user) - end - def index if params[:username].present? @user = UserFinder.new(params[:username]).find_by_username! |