method

each

Importance_1
v7.1.3.2 - Show latest stable - 0 notes - Class: BatchEnumerator
each(&block) public

Yields an ActiveRecord::Relation object for each batch of records.

Person.in_batches.each do |relation|
  relation.update_all(awesome: true)
end
Show source
Register or log in to add new notes.