global

def explicit_child_update?

child of a singular association
Does this metadata describe an update to the already-existing anonymous
def explicit_child_update?
  new == false && id.nil?
end