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