class ActiveFedora::Associations::Association

def reload

Reloads the \target and returns +self+ on success.
def reload
  reset
  reset_scope
  load_target
  self unless @target.nil?
end