Blacklist the use of "destroy_all"
This method usually has really bad performance implications, as it loads rows into memory and deletes them one by one.
Showing
rubocop/cop/destroy_all.rb
0 → 100644
Please register or sign in to comment