Method: Estella::Helpers::ClassMethods#batch_to_bulk

Defined in:
lib/estella/helpers.rb

#batch_to_bulk(batch_of_ids) ⇒ Object



60
61
62
# File 'lib/estella/helpers.rb', line 60

def batch_to_bulk(batch_of_ids)
  find(batch_of_ids).map(&:es_transform)
end