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