class ActiveLdap::Association::Proxy
def initialize(owner, options)
def initialize(owner, options) @owner = owner @options = options reset extend(options[:extend]) if options[:extend] end
def initialize(owner, options) @owner = owner @options = options reset extend(options[:extend]) if options[:extend] end