module ActiveLdap::Acts::Tree::ClassMethods

def root(options={})

def root(options={})
  find(:first, options.merge(:scope => :base))
end