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