method

escape_fragment

escape_fragment(params)
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/redirection.rb, line 68
        def escape_fragment(params)
          Hash[params.map{ |k,v| [k, Journey::Router::Utils.escape_fragment(v)] }]
        end