lib/mongoid/relations/targets/enumerable.rb in mongoid-3.0.9 vs lib/mongoid/relations/targets/enumerable.rb in mongoid-3.0.10

- old
+ new

@@ -307,10 +307,10 @@ # @since 2.1.0 def _loaded? !!@executed end - # Reset the enumerable back to it's persisted state. + # Reset the enumerable back to its persisted state. # # @example Reset the enumerable. # enumerable.reset # # @return [ false ] Always false.