aboutsummaryrefslogtreecommitdiffstats
path: root/app/controllers/request_controller.rb
diff options
context:
space:
mode:
authorFrancis Irving <francis@mysociety.org>2010-10-09 04:06:38 +0100
committerFrancis Irving <francis@mysociety.org>2010-10-09 04:06:38 +0100
commit70d8b2d24c68ec57a8e5a0fcc618f690a989e920 (patch)
tree173472502ab8f8b454b8bdab9ff7955d52379398 /app/controllers/request_controller.rb
parent3f7e2f21d7b291dda6dc180ad3ca4f6db3e252eb (diff)
.json form for RSS feeds
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r--app/controllers/request_controller.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/controllers/request_controller.rb b/app/controllers/request_controller.rb
index 167667725..e69059f6c 100644
--- a/app/controllers/request_controller.rb
+++ b/app/controllers/request_controller.rb
@@ -91,6 +91,7 @@ class RequestController < ApplicationController
# handle_rejected_responses
:info_request_events => @info_request_events.map { |e| {
+ # XXX this code is partly duplicated with the track controller
:id => e.id,
:event_type => e.event_type,
# params_yaml has possibly sensitive data in it, don't include it