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