method

redirect_to

rails latest stable - Class: ActionController::LogSubscriber
redirect_to(event)
public

No documentation available.

# File actionpack/lib/action_controller/log_subscriber.rb, line 55
    def redirect_to(event)
      info { "Redirected to #{event.payload[:location]}" }
    end