method
build_batch_orders
rails latest stable - Class:
ActiveRecord::Batches
build_batch_orders(order)private
No documentation available.
# File activerecord/lib/active_record/relation/batches.rb, line 319
def build_batch_orders(order)
get_the_order_of_primary_key(order).map do |column, ord|
[column, ord || DEFAULT_ORDER]
end
end