mirror of
https://github.com/we-promise/sure.git
synced 2026-05-30 07:49:01 +00:00
The explicit .order(created_at: :asc).find_each emitted an AR warning that broke the strict logger mock in BrexEntry::ProcessorTest. find_each forces its own primary-key order anyway.