method
escape_fragment
v6.1.3.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Router::Utils::UriEncoder
escape_fragment(fragment)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/router/utils.rb, line 51
def escape_fragment(fragment)
escape(fragment, FRAGMENT)
end