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