# File lib/mongoid/relations/many.rb, line 43 def find_or_create_by(attrs = {}, &block) find_or(:create, attrs, &block) end