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 20:24:40 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-08-07 20:36:06 +0300
commit036ee515d418b99181d5e610e40a7ab527a8a9ce (patch)
tree4c0122b6743409b86b6149aab186a2632cfe27e9 /app/controllers/import
parent1b8fb79287839d9784ae729f5aa9e246948b0f17 (diff)
Port form back to use form_tag
Diffstat (limited to 'app/controllers/import')
-rw-r--r--app/controllers/import/gitlab_projects_controller.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/import/gitlab_projects_controller.rb b/app/controllers/import/gitlab_projects_controller.rb
index 6463d2dfd5b..510813846a4 100644
--- a/app/controllers/import/gitlab_projects_controller.rb
+++ b/app/controllers/import/gitlab_projects_controller.rb
@@ -12,7 +12,7 @@ class Import::GitlabProjectsController < Import::BaseController
return redirect_back_or_default(options: { alert: "You need to upload a GitLab project export archive." })
end
- @project = ::Projects::GitlabProjectsImporterService.new(current_user, project_params).execute
+ @project = ::Projects::GitlabProjectsImportService.new(current_user, project_params).execute
if @project.saved?
redirect_to(