Class: ActionController::MiddlewareStack::Proxy
Do not use. This class is for internal use only.
| Relationships & Source Files | |
| Inherits: | Object |
| Defined in: | actionpack/lib/action_controller/metal.rb |
Class Method Summary
- .new(controller) ⇒ Proxy constructor
Constructor Details
.new(controller) ⇒ Proxy
# File 'actionpack/lib/action_controller/metal.rb', line 23
def initialize(controller) @controller = controller @stack = @controller.middleware_stack end