method
redirect_to
v8.1.1 -
Show latest stable
- Class:
ActionController::LogSubscriber
redirect_to(event)public
No documentation available.
# File actionpack/lib/action_controller/log_subscriber.rb, line 64
def redirect_to(event)
info { "Redirected to #{event.payload[:location]}" }
if ActionDispatch.verbose_redirect_logs && (source = redirect_source_location)
info { "â³ #{source}" }
end
end