method

escape_fragment

escape_fragment(params)
private

No documentation available.

# File actionpack/lib/action_dispatch/routing/redirection.rb, line 78
        def escape_fragment(params)
          params.transform_values { |v| Journey::Router::Utils.escape_fragment(v) }
        end