method

batch_order

rails latest stable - Class: ActiveRecord::Batches

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v7.0.0) is shown here.

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