method
escape_segment
rails latest stable - Class:
ActionDispatch::Journey::Router::Utils
escape_segment(segment)public
No documentation available.
# File actionpack/lib/action_dispatch/journey/router/utils.rb, line 86
def self.escape_segment(segment)
ENCODER.escape_segment(segment.to_s)
end