Does anyone know of a gem that both soft deletes records from a database (just flags them as deleted as opposed to is actually deleted) and…
…also when do you any type of find automatically omits those trashed records without using any special user-defined scopes. E.g. it all takes place in the gem.
Cheers!
You might want to checkout paper_trail
https://github.com/airblade/paper_trail