module Doorkeeper::AccessTokenMixin::ClassMethods
def find_access_token_in_batches(relation, *args, &block)
to bloat the memory. Could be overloaded in any ORM extension.
Interface to enumerate access token records in batches in order not
def find_access_token_in_batches(relation, *args, &block) relation.find_in_batches(*args, &block) end