diff options
author | francis <francis> | 2009-07-21 12:09:28 +0000 |
---|---|---|
committer | francis <francis> | 2009-07-21 12:09:28 +0000 |
commit | eadaf16c055b2dd6a93ab4d95f91d9a8b96d5d1d (patch) | |
tree | 2a22bfef143b440d2f47a6c3f621e66d3bb11cee /app/models/info_request_event.rb | |
parent | ee0b55e7f3c6664e16dec8131925c0480f920a98 (diff) |
Destroy outgoing messages button.
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r-- | app/models/info_request_event.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb index 76f50c8d5..c2f515b6b 100644 --- a/app/models/info_request_event.rb +++ b/app/models/info_request_event.rb @@ -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.85 2009-07-03 11:43:37 francis Exp $ +# $Id: info_request_event.rb,v 1.86 2009-07-21 12:09:30 francis Exp $ class InfoRequestEvent < ActiveRecord::Base belongs_to :info_request @@ -44,6 +44,7 @@ class InfoRequestEvent < ActiveRecord::Base 'edit_outgoing', # outgoing message edited in admin interface 'edit_comment', # comment edited in admin interface 'destroy_incoming', # deleted an incoming message + 'destroy_outgoing', # deleted an outgoing message 'redeliver_incoming', # redelivered an incoming message elsewhere 'manual', # you did something in the db by hand 'response', |