method

build_batch_orders

Importance_0
v7.2.3 - Show latest stable - 0 notes - Class: ActiveRecord::Batches
build_batch_orders(order) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# 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
Register or log in to add new notes.