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