diff options
author | francis <francis> | 2008-05-16 01:14:12 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-16 01:14:12 +0000 |
commit | dd1fed05800d9b58b3b48a90602bcadd0c20aa44 (patch) | |
tree | 94060313d22da960b87dcf736b52056995851292 /app/models/track_things_sent_email.rb | |
parent | 93d2b1e2f2ef663fab39265017f3bc346a72bf48 (diff) |
Due to new alert types, can have a link between event and fact that sent
which is not of the request being tracked.
Diffstat (limited to 'app/models/track_things_sent_email.rb')
-rw-r--r-- | app/models/track_things_sent_email.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/track_things_sent_email.rb b/app/models/track_things_sent_email.rb index 71b231794..4e6ce3001 100644 --- a/app/models/track_things_sent_email.rb +++ b/app/models/track_things_sent_email.rb @@ -18,12 +18,13 @@ # 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.4 2008-05-12 01:38:18 francis Exp $ +# $Id: track_things_sent_email.rb,v 1.5 2008-05-16 01:14:12 francis Exp $ class TrackThingsSentEmail < ActiveRecord::Base belongs_to :info_request_event belongs_to :user belongs_to :public_body + belongs_to :track_thing end |