Method: ActionController::Metal.use

Defined in:
actionpack/lib/action_controller/metal.rb

.useObject

Pushes the given Rack middleware and its arguments to the bottom of the middleware stack.



293
294
295
# File 'actionpack/lib/action_controller/metal.rb', line 293

def use(...)
  middleware_stack.use(...)
end