ActsAsParanoid / acts_as_paranoid

ActiveRecord plugin allowing you to hide and restore records without actually deleting them.
MIT License
1.45k stars 190 forks source link

Add option to skip validation #308

Closed leomayleomay closed 1 year ago

leomayleomay commented 1 year ago

This PR is to add a new option validate when recovering record, when set false, it will skip the validation/callbacks to get the recover going without failing the validation