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