aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
authortony <tony>2009-03-09 15:48:32 +0000
committertony <tony>2009-03-09 15:48:32 +0000
commit828f73e10cea0e6be417d977c4b5f7f10ceae9b1 (patch)
treeb08f263cab0320c063887946d0c968a9d155f7c2 /app/models/info_request_event.rb
parent0c2f263b6d3117fbb38740432284b31a0a474164 (diff)
Update models and schema for new table
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index 7b86f13c1..ef8bff164 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -1,5 +1,5 @@
# == Schema Information
-# Schema version: 73
+# Schema version: 74
#
# 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.76 2009-03-09 01:17:06 francis Exp $
+# $Id: info_request_event.rb,v 1.77 2009-03-09 15:48:32 tony Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request