module ActiveFedora::AutosaveAssociation

def validate_single_association(reflection)

turned on for the association.
Validate the association if :validate or :autosave is
def validate_single_association(reflection)
  association = association_instance_get(reflection.name)
  record      = association && association.target
  association_valid?(reflection, record) if record
end