redirect_to_path(path)
Deprecated in favor of calling redirect_to directly with the path.
# File actionpack/lib/action_controller/deprecated_redirects.rb, line 5 def redirect_to_path(path) redirect_to(path) end