# File lib/mongoid/relations/referenced/batch/insert.rb, line 48 def execute(collection) if collection && consumed? collection.insert(documents, options) end end