diff options
author | Robin Houston <robin.houston@gmail.com> | 2012-09-19 15:32:27 +0100 |
---|---|---|
committer | Robin Houston <robin.houston@gmail.com> | 2012-09-19 15:32:27 +0100 |
commit | 550f143a9c9be1ebdfe257fe853a2adf1e13973c (patch) | |
tree | 64890a49f5f567392bd1b7be7cc0c582329f66a9 /app/models/user.rb | |
parent | dd533b28f1101a4150365bbd7f16f276396364e8 (diff) |
Add an option to disable comments on a request
Closes #30.
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 8 |
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' |