# File lib/mongoid/state.rb, line 30
    def persisted?
      !new_record? && !destroyed?
    end