# File lib/active_record/autosave_association.rb, line 224
    def reload(options = nil)
      @marked_for_destruction = false
      super
    end