method
new_with_capture
v2.3.8 -
Show latest stable
- Class:
ActionController::Integration::ControllerCapture::ClassMethods
new_with_capture(*args)public
No documentation available.
# File actionpack/lib/action_controller/integration.rb, line 479
def new_with_capture(*args)
controller = new_without_capture(*args)
self.last_instantiation ||= controller
controller
end