diff options
author | Mark Longair <mhl@pobox.com> | 2013-11-01 15:01:47 +0000 |
---|---|---|
committer | Mark Longair <mhl@pobox.com> | 2013-11-01 15:01:47 +0000 |
commit | 6cb2a855ff56a6f80221355e40d0999c54cfeb4b (patch) | |
tree | 3fa71f23f5f69674dea45a4089f949725fc41c6a /app/models/user.rb | |
parent | 1adf7197ec2894eb309994113b67fae5e7d5e903 (diff) |
Update the helpful model schema annotations
These are regenerated with "bundle exec annotate"
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index d7c1c854e..2c4f87944 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -20,8 +20,6 @@ # email_bounce_message :text default(""), not null # no_limit :boolean default(FALSE), not null # receive_email_alerts :boolean default(TRUE), not null -# address :string(255) -# dob :date # require 'digest/sha1' |