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:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-10-22 00:09:00 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-10-22 00:09:00 +0300
commit3b6bc9a3af9bf34d709cd3f6de6b495b630f159d (patch)
tree810f9603d961812ca84cad8821f63e3c9c3bca66 /app/models/bulk_import.rb
parent72c5d10ab9786a311515ff53e69c9638b85025de (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/bulk_import.rb')
-rw-r--r--app/models/bulk_import.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/models/bulk_import.rb b/app/models/bulk_import.rb
index 90531d3e572..c922b232046 100644
--- a/app/models/bulk_import.rb
+++ b/app/models/bulk_import.rb
@@ -1,8 +1,8 @@
# frozen_string_literal: true
-# The BulkImport import model links together all the models required to for a
-# bulk import of groups and projects to a GitLab instance, and associates these
-# with the user that initiated the import.
+# The BulkImport model links all models required for a bulk import of groups and
+# projects to a GitLab instance. It associates the import with the responsible
+# user.
class BulkImport < ApplicationRecord
belongs_to :user, optional: false