method
batch_order
v7.0.0 -
Show latest stable
- Class:
ActiveRecord::Batches
batch_order(order)private
No documentation available.
# File activerecord/lib/active_record/relation/batches.rb, line 282
def batch_order(order)
table[primary_key].public_send(order)
end