module ActiveLdap::Acts::Tree::ClassMethods

Public Instance Methods

root(options={}) click to toggle source
# File lib/active_ldap/acts/tree.rb, line 14
def root(options={})
  find(:first, options.merge(:scope => :base))
end