class ActionDispatch::Routing::RoutesProxy

def url_options

def url_options
  scope.send(:_with_routes, routes) do
    scope.url_options
  end
end