aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
diff options
context:
space:
mode:
authorfrancis <francis>2008-02-27 14:01:30 +0000
committerfrancis <francis>2008-02-27 14:01:30 +0000
commitd9f1d55395bc69e291522f05e45661828d8e5068 (patch)
treea5cd5ecd925b31b2b1ffb7c57f04d6cf7f2e400e /app/models/user.rb
parenteebdf25c0cf63169e02ab3296f2649d761be7a7c (diff)
annotate models
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index 79f26464d..bb4ce8b5b 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,5 +1,5 @@
# == Schema Information
-# Schema version: 36
+# Schema version: 39
#
# Table name: users
#
@@ -11,6 +11,7 @@
# created_at :datetime not null
# updated_at :datetime not null
# email_confirmed :boolean default(false), not null
+# url_name :text not null
#
# models/user.rb:
@@ -19,7 +20,7 @@
# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: user.rb,v 1.30 2008-02-27 12:18:28 francis Exp $
+# $Id: user.rb,v 1.31 2008-02-27 14:01:30 francis Exp $
require 'digest/sha1'