method
get_the_order_of_primary_key
rails 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