Monkeypatch ActiveRecord so .find_each goes in descending order by id
module ActiveRecord
module Batches
def batch_order
"#{quoted_table_name}.#{quoted_primary_key} DESC"
end
end
end
Written by Jeremy Raines
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Rails
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#