method
escape_segment
rails latest stable - Class:
ActionDispatch::Journey::Visitors::Formatter
escape_segment(value)private
No documentation available.
# File actionpack/lib/action_dispatch/journey/visitors.rb, line 120
def escape_segment(value)
Router::Utils.escape_segment(value)
end