method

batch_order

batch_order()
private

No documentation available.

# File activerecord/lib/active_record/batches.rb, line 80
        def batch_order
          "#{table_name}.#{primary_key} ASC"
        end