method
batch_order
v5.1.7 -
Show latest stable
- Class:
ActiveRecord::Batches
batch_order()private
No documentation available.
# File activerecord/lib/active_record/relation/batches.rb, line 258
def batch_order
"#{quoted_table_name}.#{quoted_primary_key} ASC"
end