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