method

batch_order

batch_order()
private

No documentation available.

# File activerecord/lib/active_record/relation/batches.rb, line 134
    def batch_order
      "#{quoted_table_name}.#{quoted_primary_key} ASC"
    end