method

delete!

Importance_1
Ruby on Rails latest stable (v7.1.3.2) - 0 notes - Class: ActionDispatch::MiddlewareStack
delete!(target) public

Deletes a middleware from the middleware stack.

Returns the array of middlewares not including the deleted item, or raises RuntimeError if the target is not found.

Show source
Register or log in to add new notes.