Module: DebugExtras::ActionController
- Defined in:
- lib/debug_extras/ext/action_controller.rb
Instance Method Summary collapse
Instance Method Details
#render(*args) ⇒ Object
3 4 5 6 7 |
# File 'lib/debug_extras/ext/action_controller.rb', line 3 def render(*args) super injector = Injector.new(response) response.body = injector.process_response end |