aboutsummaryrefslogtreecommitdiffstats
path: root/spec/models/user_spec.rb
diff options
context:
space:
mode:
authorMark Longair <mhl@pobox.com>2013-11-01 15:01:47 +0000
committerMark Longair <mhl@pobox.com>2013-11-01 15:01:47 +0000
commit6cb2a855ff56a6f80221355e40d0999c54cfeb4b (patch)
tree3fa71f23f5f69674dea45a4089f949725fc41c6a /spec/models/user_spec.rb
parent1adf7197ec2894eb309994113b67fae5e7d5e903 (diff)
Update the helpful model schema annotations
These are regenerated with "bundle exec annotate"
Diffstat (limited to 'spec/models/user_spec.rb')
-rw-r--r--spec/models/user_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/models/user_spec.rb b/spec/models/user_spec.rb
index f380f6f13..cbbf4b5ce 100644
--- a/spec/models/user_spec.rb
+++ b/spec/models/user_spec.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 File.expand_path(File.dirname(__FILE__) + '/../spec_helper')