class ActiveRecord::Batches::BatchEnumerator
def touch_all(...)
Person.in_batches.touch_all
Touches records in batches. Returns the total number of rows affected.
def touch_all(...) sum do |relation| relation.touch_all(...) end end
def touch_all(...) sum do |relation| relation.touch_all(...) end end