# File lib/active_ldap/association/proxy.rb, line 7 def initialize(owner, options) @owner = owner @options = options extend(options[:extend]) if options[:extend] reset end