Method: ActionDispatch::FileHandler#unescape_path
- Defined in:
- lib/action_dispatch/middleware/static.rb
#unescape_path(path) ⇒ Object
36 37 38 |
# File 'lib/action_dispatch/middleware/static.rb', line 36 def unescape_path(path) URI.parser.unescape(path) end |