aboutsummaryrefslogtreecommitdiffstats
path: root/app/models
diff options
context:
space:
mode:
authorfrancis <francis>2008-09-13 18:01:27 +0000
committerfrancis <francis>2008-09-13 18:01:27 +0000
commit32df5644d574e92fd9c056cbc2b73c38c0920e1f (patch)
treeeb70740e616413fcc81d85d6c179c6eb56e6bb34 /app/models
parent904e3bbed9ad8e28de46ac298ec39f65ecf4c893 (diff)
Edit annotations.
Diffstat (limited to 'app/models')
-rw-r--r--app/models/info_request_event.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index 4faeb0bdd..109a71b84 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.56 2008-09-08 11:33:11 francis Exp $
+# $Id: info_request_event.rb,v 1.57 2008-09-13 18:01:27 francis Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request
@@ -42,6 +42,7 @@ class InfoRequestEvent < ActiveRecord::Base
'followup_resent',
'edit', # title etc. edited in admin interface
'edit_outgoing', # outgoing message edited in admin interface
+ 'edit_comment', # comment edited in admin interface
'destroy_incoming', # deleted an incoming message
'manual', # you did something in the db by hand
'response',