diff options
author | francis <francis> | 2009-02-09 09:51:52 +0000 |
---|---|---|
committer | francis <francis> | 2009-02-09 09:51:52 +0000 |
commit | 5a60eeef661c3bc80a9860458f71deb247c71095 (patch) | |
tree | 35fd73c8fc74cee44e1173f78505da8b1798c19e /app/models/info_request.rb | |
parent | 1459e003d7492c33df02ea12080de8e9df59c427 (diff) |
Check that we get exim log lines OK.
Annotate models.
Diffstat (limited to 'app/models/info_request.rb')
-rw-r--r-- | app/models/info_request.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request.rb b/app/models/info_request.rb index ee811d9c0..c7ff72208 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 70 +# Schema version: 71 # # Table name: info_requests # @@ -23,7 +23,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request.rb,v 1.163 2009-02-03 01:45:08 francis Exp $ +# $Id: info_request.rb,v 1.164 2009-02-09 09:51:53 francis Exp $ require 'digest/sha1' require File.join(File.dirname(__FILE__),'../../vendor/plugins/acts_as_xapian/lib/acts_as_xapian') |