aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/user.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-09-24 09:48:19 +0100
committerLouise Crow <louise.crow@gmail.com>2012-09-24 09:48:19 +0100
commit54281fd50c3271835a54ab4bc08d40da09d643ee (patch)
tree6e73e90303e0d7cab3379d7a78a2299b79219f1a /app/models/user.rb
parent793ca358c37458e6cc4385d2366621aaee93a25e (diff)
parentde8bc5b736828f0670c7259f1c4036bb97621cd3 (diff)
Merge remote-tracking branch 'henare_github/patch-1'
Diffstat (limited to 'app/models/user.rb')
-rw-r--r--app/models/user.rb8
1 files changed, 1 insertions, 7 deletions
diff --git a/app/models/user.rb b/app/models/user.rb
index 657ea2a4a..bb1b54d70 100644
--- a/app/models/user.rb
+++ b/app/models/user.rb
@@ -1,4 +1,5 @@
# == Schema Information
+# Schema version: 20120919140404
#
# Table name: users
#
@@ -21,13 +22,6 @@
# no_limit :boolean default(FALSE), not null
# receive_email_alerts :boolean default(TRUE), not null
#
-# models/user.rb:
-# Model of people who use the site to file requests, make comments etc.
-#
-# Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
-# Email: francis@mysociety.org; WWW: http://www.mysociety.org/
-#
-# $Id: user.rb,v 1.106 2009-10-01 01:43:36 francis Exp $
require 'digest/sha1'