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:
-rw-r--r--app/models/project_import_data.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/models/project_import_data.rb b/app/models/project_import_data.rb
index e984832685b..a0994312003 100644
--- a/app/models/project_import_data.rb
+++ b/app/models/project_import_data.rb
@@ -18,7 +18,6 @@ class ProjectImportData < ActiveRecord::Base
validates :project, presence: true
- # TODO: This doesnt play well with attr_encrypted. Perhaps consider extending Marshall and specify a different Marshaller
before_validation :symbolize_credentials
def symbolize_credentials