method
redirect_to
rails latest stable - Class:
ActionController::StructuredEventSubscriber
redirect_to(event)public
No documentation available.
# File actionpack/lib/action_controller/structured_event_subscriber.rb, line 60
def redirect_to(event)
emit_event("action_controller.redirected", location: event.payload[:location])
end