rubysherpas / paranoia

acts_as_paranoid for Rails 5, 6 and 7
Other
2.89k stars 529 forks source link

Is there an option to `really_destroy_all!`? #556

Open Try431 opened 4 months ago

Try431 commented 4 months ago

I looked around and found some old issues about 10 years old, so wasn't sure if this has been added in the interim. It would be super useful when deleting large batches of data at a time!

mathieujobin commented 4 months ago

i don't think anything like that was added. is it to do the deletion efficiently, or to prevent mistakes?

pull requests welcome 😀