method

active

rails latest stable - Class: ActionDispatch::MiddlewareStack

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v3.0.9) is shown here.

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