instance method
redirect_to
Ruby on Rails 4.1.16
Since v3.0.20 Last seen in v8.0.4Signature
redirect_to(event)
No documentation comment.
Parameters
-
eventreq
Source
# File actionpack/lib/action_controller/log_subscriber.rb, line 43
def redirect_to(event)
info("Redirected to #{event.payload[:location]}")
end
Defined in actionpack/lib/action_controller/log_subscriber.rb line 43
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionController::LogSubscriber