# File lib/mongoid/finders.rb, line 109
    def find_or_initialize_by(attrs = {}, &block)
      find_or(:new, attrs, &block)
    end