instance method
unescape_path
Ruby on Rails 4.0.13
Since v3.1.12 Last seen in v4.1.16Signature
unescape_path(path)
No documentation comment.
Parameters
-
pathreq
Source
# File actionpack/lib/action_dispatch/middleware/static.rb, line 40
def unescape_path(path)
URI.parser.unescape(path)
end
Defined in actionpack/lib/action_dispatch/middleware/static.rb line 40
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::FileHandler