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, 3 insertions, 2 deletions
diff --git a/app/models/info_request_event.rb b/app/models/info_request_event.rb
index a8c2c7f50..c89f1c720 100644
--- a/app/models/info_request_event.rb
+++ b/app/models/info_request_event.rb
@@ -16,7 +16,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.15 2008-02-15 11:18:55 francis Exp $
+# $Id: info_request_event.rb,v 1.16 2008-02-21 20:10:21 francis Exp $
class InfoRequestEvent < ActiveRecord::Base
belongs_to :info_request
@@ -40,7 +40,8 @@ class InfoRequestEvent < ActiveRecord::Base
'waiting_clarification',
'rejected',
'successful',
- 'partially_successful'
+ 'partially_successful',
+ 'requires_admin'
]
# We store YAML version of parameters in the database