method
get_the_order_of_primary_key
v7.1.3.4 -
Show latest stable
- Class:
ActiveRecord::Batches
get_the_order_of_primary_key(order)private
No documentation available.
# File activerecord/lib/active_record/relation/batches.rb, line 335
def get_the_order_of_primary_key(order)
Array(primary_key).zip(Array(order))
end