method
batch_order
v3.0.0 -
Show latest stable
- Class:
ActiveRecord::Batches
batch_order()private
No documentation available.
# File activerecord/lib/active_record/relation/batches.rb, line 85
def batch_order
"#{@klass.table_name}.#{@klass.primary_key} ASC"
end