method
active
v3.0.9 -
Show latest stable
- Class:
ActionDispatch::MiddlewareStack
active()public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/stack.rb, line 71
def active
ActiveSupport::Deprecation.warn "All middlewares in the chain are active since the laziness " <<
"was removed from the middleware stack", caller
end