method
batch_order
v5.2.3 -
Show latest stable
- Class:
ActiveRecord::Batches
batch_order()private
No documentation available.
# File activerecord/lib/active_record/relation/batches.rb, line 273
def batch_order
arel_attribute(primary_key).asc
end