# File lib/active_record/persistence.rb, line 17
    def persisted?
      @persisted && !destroyed?
    end