summaryrefslogtreecommitdiff
path: root/app/models/import_export_upload.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/import_export_upload.rb')
-rw-r--r--app/models/import_export_upload.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/import_export_upload.rb b/app/models/import_export_upload.rb
index 60f5491849a..7d73fd281f1 100644
--- a/app/models/import_export_upload.rb
+++ b/app/models/import_export_upload.rb
@@ -5,6 +5,7 @@ class ImportExportUpload < ApplicationRecord
include ObjectStorage::BackgroundMove
belongs_to :project
+ belongs_to :group
# These hold the project Import/Export archives (.tar.gz files)
mount_uploader :import_file, ImportExportUploader