method
batch_order
v2.3.8 -
Show latest stable
- Class:
ActiveRecord::Batches::ClassMethods
batch_order()private
No documentation available.
# File activerecord/lib/active_record/batches.rb, line 80
def batch_order
"#{table_name}.#{primary_key} ASC"
end