diff options
author | tony <tony> | 2009-03-09 15:48:32 +0000 |
---|---|---|
committer | tony <tony> | 2009-03-09 15:48:32 +0000 |
commit | 828f73e10cea0e6be417d977c4b5f7f10ceae9b1 (patch) | |
tree | b08f263cab0320c063887946d0c968a9d155f7c2 /app/models/track_things_sent_email.rb | |
parent | 0c2f263b6d3117fbb38740432284b31a0a474164 (diff) |
Update models and schema for new table
Diffstat (limited to 'app/models/track_things_sent_email.rb')
-rw-r--r-- | app/models/track_things_sent_email.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/track_things_sent_email.rb b/app/models/track_things_sent_email.rb index c26331df7..c53e1c0e7 100644 --- a/app/models/track_things_sent_email.rb +++ b/app/models/track_things_sent_email.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 73 +# Schema version: 74 # # Table name: track_things_sent_emails # @@ -18,7 +18,7 @@ # Copyright (c) 2008 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: track_things_sent_email.rb,v 1.18 2009-03-09 01:17:06 francis Exp $ +# $Id: track_things_sent_email.rb,v 1.19 2009-03-09 15:48:32 tony Exp $ class TrackThingsSentEmail < ActiveRecord::Base belongs_to :info_request_event |