method
escape_fragment
v7.1.3.4 -
Show latest stable
- Class:
ActionDispatch::Journey::Router::Utils
escape_fragment(fragment)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/router/utils.rb, line 90
def self.escape_fragment(fragment)
ENCODER.escape_fragment(fragment.to_s)
end