diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-03-03 11:41:15 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-03-06 09:47:44 -0600 |
commit | 55b07533a9bede54728be91f97678a67f431c6b5 (patch) | |
tree | 250c59b0562c4244b21aa8e0b3b4c90aaf463eff /app/controllers/projects/protected_branches_controller.rb | |
parent | b17843a95471112bfdecdff2b4c905ab720f8ed0 (diff) | |
download | gitlab-ce-55b07533a9bede54728be91f97678a67f431c6b5.tar.gz |
Renamed the redirect_request concern to repository_settings_redirect
Also fixed naming of a test in the deploy_keys_presenter
Diffstat (limited to 'app/controllers/projects/protected_branches_controller.rb')
-rw-r--r-- | app/controllers/projects/protected_branches_controller.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/protected_branches_controller.rb b/app/controllers/projects/protected_branches_controller.rb index b7817a71e0d..a8cb07eb67a 100644 --- a/app/controllers/projects/protected_branches_controller.rb +++ b/app/controllers/projects/protected_branches_controller.rb @@ -1,5 +1,5 @@ class Projects::ProtectedBranchesController < Projects::ApplicationController - include RedirectRequest + include RepositorySettingsRedirect # Authorize before_action :require_non_empty_project before_action :authorize_admin_project! |