method
unescape_path
v3.2.13 -
Show latest stable
- Class:
ActionDispatch::FileHandler
unescape_path(path)public
No documentation available.
# File actionpack/lib/action_dispatch/middleware/static.rb, line 37
def unescape_path(path)
URI.parser.unescape(path)
end