class ActionDispatch::Routing::RouteSet

def add_url_helper(name, options, &block)

def add_url_helper(name, options, &block)
  named_routes.add_url_helper(name, options, &block)
end