ActiveLdap::Association::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
# File lib/active_ldap/association/children.rb, line 7 7: def insert_entry(entry) 8: entry.dn = [entry.id, @owner.dn.to_s].join(",") 9: entry.save 10: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.