module DebugExtras::ActionController

Private Instance Methods

debug_extras_inject() click to toggle source
# File lib/debug_extras/ext/action_controller.rb, line 11
def debug_extras_inject
  injector = Injector.new(response)
  response.body = injector.process_response
end