diff options
author | francis <francis> | 2008-01-23 01:59:23 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-23 01:59:23 +0000 |
commit | 48e272ad3a764dd7293c31554ed30b95fa317304 (patch) | |
tree | c5b99c1927ee3f30350460e455079dd16b8a7aee /app/models/user.rb | |
parent | 6d1733e8a0b5f404326cfbd78b7139c87ecbffa3 (diff) |
Migration to Rails 2.0.2
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index aa036e068..cc2ca88ab 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -4,7 +4,7 @@ # Table name: users # # id :integer not null, primary key -# email :string(255) +# email :string(255) default("ook") # name :string(255) # hashed_password :string(255) # salt :string(255) @@ -19,7 +19,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.20 2008-01-22 19:45:07 francis Exp $ +# $Id: user.rb,v 1.21 2008-01-23 01:59:23 francis Exp $ require 'digest/sha1' |