Class | ActiveLdap::Association::Children |
In: |
lib/active_ldap/association/children.rb
|
Parent: | Collection |
# File lib/active_ldap/association/children.rb, line 16 16: def delete_entries(entries) 17: entries.each(&:destroy) 18: end
# File lib/active_ldap/association/children.rb, line 12 12: def find_target 13: @owner.find(:all, :base => @owner.dn, :scope => :one) 14: end