method

escape_path

escape_path(value)
private

No documentation available.

# File actionpack/lib/action_dispatch/journey/visitors.rb, line 116
          def escape_path(value)
            Router::Utils.escape_path(value)
          end