summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2016-04-06 11:13:19 +0200
committerJames Lopez <james@jameslopez.es>2016-04-06 11:13:19 +0200
commit05be0c306ea8663461ee73023f162aeaf77a4325 (patch)
tree6f1d7996657849765374fbeac4ecba41858ba364
parentb97654393e326095c7d95ccc1eb9f583a3b23da9 (diff)
downloadgitlab-ce-05be0c306ea8663461ee73023f162aeaf77a4325.tar.gz
removed TODO [ci skip]
-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