diff options
Diffstat (limited to 'app/controllers/request_controller.rb')
-rw-r--r-- | app/controllers/request_controller.rb | 1 |
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 |