class ActiveLdap::Association::Proxy

def method_missing(method, *args, &block)

def method_missing(method, *args, &block)
  load_target
  @target.send(method, *args, &block)
end