Sha256: d9bab4489ba21289f555a4b25014c11c5d5ab14664fa935b29d6c00c5b86ed8f
Contents?: true
Size: 185 Bytes
Versions: 2
Compression:
Stored size: 185 Bytes
Contents
module DebugExtras module ActionController def render(*args) super injector = Injector.new(response) response.body = injector.process_response end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
debug-extras-0.4.1 | lib/debug_extras/ext/action_controller.rb |
debug-extras-0.4.0 | lib/debug_extras/ext/action_controller.rb |