method
redirect_to
v3.0.9 -
Show latest stable
- Class:
ActionController::LogSubscriber
redirect_to(event)public
No documentation available.
# File actionpack/lib/action_controller/log_subscriber.rb, line 35
def redirect_to(event)
info "Redirected to #{event.payload[:location]}"
end