method
active
rails 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