# File lib/mongoid/state.rb, line 81
    def settable?
      new? && embedded_one? && _parent.persisted?
    end