# File lib/mongoid/state.rb, line 66 def pushable? new? && embedded_many? && _parent.persisted? && !_parent.delayed_atomic_sets[atomic_path] end