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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-06 17:13:35 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-05-06 17:13:35 +0300
commit2dcd3f29ddf6d54468f3e712166d9504aa356f6f (patch)
tree4d2d5b009ae7e1606c796d9c843607a0d3d9b4ef /app/models/project_import_data.rb
parentb1230bbda6179e3d22d135843e3a6f8f8d77ac89 (diff)
Annotate models
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/models/project_import_data.rb')
-rw-r--r--app/models/project_import_data.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/project_import_data.rb b/app/models/project_import_data.rb
index 3f0080205dd..7830f764ed3 100644
--- a/app/models/project_import_data.rb
+++ b/app/models/project_import_data.rb
@@ -6,8 +6,8 @@
# project_id :integer
# data :text
# encrypted_credentials :text
-# encrypted_credentials_iv :text
-# encrypted_credentials_salt :text
+# encrypted_credentials_iv :string
+# encrypted_credentials_salt :string
#
require 'carrierwave/orm/activerecord'