class ActiveLdap::Association::Collection

def exists?

def exists?
  load_target
  not @target.empty?
end