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:
authorJames Lopez <james@jameslopez.es>2016-04-06 12:13:19 +0300
committerJames Lopez <james@jameslopez.es>2016-04-06 12:13:19 +0300
commit05be0c306ea8663461ee73023f162aeaf77a4325 (patch)
tree6f1d7996657849765374fbeac4ecba41858ba364 /app/models/project_import_data.rb
parentb97654393e326095c7d95ccc1eb9f583a3b23da9 (diff)
removed TODO [ci skip]
Diffstat (limited to 'app/models/project_import_data.rb')
-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