class ActiveFedora::Associations::Association

def target=(target)

Sets the target of this proxy to \target, and the \loaded flag to +true+.
def target=(target)
  @target = target
  loaded!
end