Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-03-03 20:41:15 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-03-06 18:47:44 +0300
commit55b07533a9bede54728be91f97678a67f431c6b5 (patch)
tree250c59b0562c4244b21aa8e0b3b4c90aaf463eff /app/controllers/projects/deploy_keys_controller.rb
parentb17843a95471112bfdecdff2b4c905ab720f8ed0 (diff)
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/deploy_keys_controller.rb')
-rw-r--r--app/controllers/projects/deploy_keys_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/projects/deploy_keys_controller.rb b/app/controllers/projects/deploy_keys_controller.rb
index 465757e07b1..1502b734f37 100644
--- a/app/controllers/projects/deploy_keys_controller.rb
+++ b/app/controllers/projects/deploy_keys_controller.rb
@@ -1,5 +1,5 @@
class Projects::DeployKeysController < Projects::ApplicationController
- include RedirectRequest
+ include RepositorySettingsRedirect
respond_to :html
# Authorize