# File lib/active_record/autosave_association.rb, line 211
    def changed_for_autosave?
      !persisted? || changed? || marked_for_destruction? || nested_records_changed_for_autosave?
    end