class ActionDispatch::Routing::RouteSet
def url_helpers(supports_path = true)
def url_helpers(supports_path = true) if supports_path @url_helpers_with_paths ||= generate_url_helpers(true) else @url_helpers_without_paths ||= generate_url_helpers(false) end end