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-01-18 21:09:32 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-01-19 00:19:35 +0300
commit0af99433143727088b6a0a1b2163751c05d80ce6 (patch)
treebf985e09ac95a124169077066c6c0b0e3f6a1be2 /app/controllers/projects/services_controller.rb
parent373411d18d019f5321475e4b770cb36f4461a462 (diff)
Removed the index action from both the projects hook and services controllers
Diffstat (limited to 'app/controllers/projects/services_controller.rb')
-rw-r--r--app/controllers/projects/services_controller.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/controllers/projects/services_controller.rb b/app/controllers/projects/services_controller.rb
index b4c40c6bf14..17cb1d5be24 100644
--- a/app/controllers/projects/services_controller.rb
+++ b/app/controllers/projects/services_controller.rb
@@ -9,10 +9,6 @@ class Projects::ServicesController < Projects::ApplicationController
layout "project_settings"
- def index
- redirect_to namespace_project_settings_integrations_path(@project.namespace, @project)
- end
-
def edit
end