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:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-08-07 16:32:43 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-08-07 16:32:43 +0300
commitdb65499e26d6bc0c882f4855fe0e376bb1df3e6d (patch)
treebffe3e5853bf297fe3069afb68615eb5d392df9b /app/controllers
parent2e6aa4f25e14fa7e57ea9f271e302e291ecc9e05 (diff)
Fix last feature test for project templates
Diffstat (limited to 'app/controllers')
-rw-r--r--app/controllers/projects_controller.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/projects_controller.rb b/app/controllers/projects_controller.rb
index 08219a5112e..0bffae6decd 100644
--- a/app/controllers/projects_controller.rb
+++ b/app/controllers/projects_controller.rb
@@ -26,7 +26,6 @@ class ProjectsController < Projects::ApplicationController
render 'edit'
end
-
def create
@project = ::Projects::CreateService.new(current_user, project_params).execute