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