aboutsummaryrefslogtreecommitdiffstats
path: root/app/models/info_request_event.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/info_request_event.rb')
-rw-r--r--app/models/info_request_event.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index 3a882e0c6..45fb1c48e 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.65 2008-10-28 13:04:20 francis Exp $
+# $Id: info_request_event.rb,v 1.66 2008-11-05 18:19:46 francis Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request
@@ -60,6 +60,7 @@ class InfoRequestEvent < ActiveRecord::Base
'rejected',
'successful',
'partially_successful',
+ 'internal_review',
'requires_admin'
]
@@ -211,6 +212,8 @@ class InfoRequestEvent < ActiveRecord::Base
"Some information sent"
elsif status == 'successful'
"All information sent"
+ elsif status == 'internal review'
+ "Internal review acknowledgement"
elsif status == 'requires_admin'
"Unusual response"
else