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