Method: ActionController::Metal.use
- Defined in:
- actionpack/lib/action_controller/metal.rb
.use ⇒ Object
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 |