method

batch_order

batch_order(order)
private

No documentation available.

# File activerecord/lib/active_record/relation/batches.rb, line 282
      def batch_order(order)
        table[primary_key].public_send(order)
      end