method

batch_order

batch_order()
private

No documentation available.

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