global

def auto_child_update?

child of a singular association
Does this child metadata describe an create-or-update to the anonymous
def auto_child_update?
  new == 'auto'
end