diff options
author | tony <tony> | 2009-03-04 11:26:35 +0000 |
---|---|---|
committer | tony <tony> | 2009-03-04 11:26:35 +0000 |
commit | 407b762bf366854fbe0dcca50a3e48c5af0eab1e (patch) | |
tree | c9e6cc6adedf79eb46187895eabc657cf80b2467 /app/models/info_request_event.rb | |
parent | 010e1f75aa4e9697b09ebc7947e0adc4119ab298 (diff) |
Add publication scheme for public bodies. (New database column and admin
interface only; public display can come later.)
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 291073273..938b5313a 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 71 +# Schema version: 72 # # Table name: info_request_events # @@ -21,7 +21,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request_event.rb,v 1.73 2009-02-27 22:32:13 francis Exp $ +# $Id: info_request_event.rb,v 1.74 2009-03-04 11:26:35 tony Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request |