diff options
author | francis <francis> | 2008-05-12 01:38:38 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-12 01:38:38 +0000 |
commit | 88f03dc73549a7072da511e32dae7d63a19c5481 (patch) | |
tree | 0b7d7321b59d6c5d56b80b131de614e2dbf6744f /app/models/user.rb | |
parent | 4cecabcaccb4868bba7335560fe3f481b00d389a (diff) |
And again.
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 a7e1733ae..b7727329d 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 52 +# Schema version: 54 # # Table name: users # @@ -21,7 +21,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.53 2008-05-11 23:47:07 francis Exp $ +# $Id: user.rb,v 1.54 2008-05-12 01:38:38 francis Exp $ require 'digest/sha1' |