lib/mongoid/extensions/array/parentization.rb in mongoid-0.9.4 vs lib/mongoid/extensions/array/parentization.rb in mongoid-0.9.5

- old
+ new

@@ -1,4 +1,5 @@ +# encoding: utf-8 module Mongoid #:nodoc: module Extensions #:nodoc: module Array #:nodoc: module Parentization #:nodoc: # Adds the parent document to each element in the array.