diff options
author | James Lopez <james@jameslopez.es> | 2016-04-06 11:13:19 +0200 |
---|---|---|
committer | James Lopez <james@jameslopez.es> | 2016-04-06 11:13:19 +0200 |
commit | 05be0c306ea8663461ee73023f162aeaf77a4325 (patch) | |
tree | 6f1d7996657849765374fbeac4ecba41858ba364 /app/models/project_import_data.rb | |
parent | b97654393e326095c7d95ccc1eb9f583a3b23da9 (diff) | |
download | gitlab-ce-05be0c306ea8663461ee73023f162aeaf77a4325.tar.gz |
removed TODO [ci skip]
Diffstat (limited to 'app/models/project_import_data.rb')
-rw-r--r-- | app/models/project_import_data.rb | 1 |
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 |