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:
authorStan Hu <stanhu@gmail.com>2015-05-03 19:05:38 +0300
committerStan Hu <stanhu@gmail.com>2015-05-03 23:38:27 +0300
commita3157626f1970158573c71066982fac6a9ffe7ce (patch)
tree3ceff636dbc14812b5d785f6520031c0c4783032 /spec/models/user_spec.rb
parente22936c60f44f96db497b2355379d86c9b69b8d8 (diff)
Re-annotate models
Diffstat (limited to 'spec/models/user_spec.rb')
-rw-r--r--spec/models/user_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index 441aa793133..771709c127a 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.rb
@@ -49,6 +49,8 @@
# password_automatically_set :boolean default(FALSE)
# bitbucket_access_token :string(255)
# bitbucket_access_token_secret :string(255)
+# location :string(255)
+# public_email :string(255) default(""), not null
#
require 'spec_helper'