eager loading a named_scope

Hi,

I'd like to eager load a named_scope like this: User.find(params[:id], :include => [:friends.married])

Any ideas?