instance method
unescape_path
Ruby on Rails 3.1.12
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 36
def unescape_path(path)
URI.parser.unescape(path)
end
Defined in actionpack/lib/action_dispatch/middleware/static.rb line 36
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionDispatch::FileHandler