diff options
author | francis <francis> | 2008-01-02 16:04:53 +0000 |
---|---|---|
committer | francis <francis> | 2008-01-02 16:04:53 +0000 |
commit | 90d42a368b383b8d8a2615fc1c356c24c90e0272 (patch) | |
tree | 60aaaae78d8e89735bbe31563b476e0db82177eb /app/models/info_request_event.rb | |
parent | a3c72205cacf90edaba6229cfb708281cb2405cf (diff) |
Update model annotations.
Todo updates.
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 1d9429035..11fd52e20 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -1,9 +1,21 @@ +# == Schema Information +# Schema version: 22 +# +# Table name: info_request_events +# +# id :integer not null, primary key +# info_request_id :integer +# event_type :text +# params_yaml :text +# created_at :datetime +# + # models/info_request_event.rb: # # 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.1 2008-01-02 15:45:00 francis Exp $ +# $Id: info_request_event.rb,v 1.2 2008-01-02 16:04:53 francis Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request |