method
build_instrumented
rails latest stable - Class:
ActionDispatch::MiddlewareStack::Middleware
build_instrumented(app)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/stack.rb, line 45
def build_instrumented(app)
InstrumentationProxy.new(build(app), inspect)
end