method

batch_order

batch_order()
private

No documentation available.

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