class ActiveFedora::Associations::AssociationProxy

def reset

Resets the \loaded flag to +false+ and sets the \target to +nil+.
def reset
  @loaded = false
  @target = nil
end