module ActiveRecord
module Batches
def batch_order
"#{quoted_table_name}.#{quoted_primary_key} DESC"
end
end
end
Conteúdo para você se capacitar em programação
module ActiveRecord
module Batches
def batch_order
"#{quoted_table_name}.#{quoted_primary_key} DESC"
end
end
end