@@ -8,6 +8,10 @@ If you wish to actually destroy an object you may call `really_destroy!`. **WARN
If a record has `has_many` associations defined AND those associations have `dependent: :destroy` set on them, then they will also be soft-deleted if `acts_as_paranoid` is set, otherwise the normal destroy will be called.