# File lib/couchrest/model/persistence.rb, line 73
      def persisted?
        !new? && !destroyed?
      end