aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
diff options
context:
space:
mode:
authorRobin Houston <robin.houston@gmail.com>2012-07-04 16:38:54 +0100
committerRobin Houston <robin.houston@gmail.com>2012-07-04 16:38:54 +0100
commita2791ac03e5715f98cb84f1fc3cbd9f103ef2d7b (patch)
treea59d4d0dd78ed47fa616680326273fa9ddd6ee87 /app/models/user.rb
parent525575961e656c812e7d1c2ab04b1fa0a351f6a2 (diff)
parentd314c21449823f62afdb708b27ad327443162d8c (diff)
Merge branch 'feature/public-body-api-2a' into develop
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index a21676f68..657ea2a4a 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,5 +1,4 @@
# == Schema Information
-# Schema version: 114
#
# Table name: users
#
@@ -21,9 +20,7 @@
# email_bounce_message :text default(""), not null
# no_limit :boolean default(FALSE), not null
# receive_email_alerts :boolean default(TRUE), not null
-# user_similarity_id :integer
#
-
# models/user.rb:
# Model of people who use the site to file requests, make comments etc.
#