ActsAsParanoid / acts_as_paranoid

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

Update test of mass assignment to paranoid column #229

Closed mvz closed 3 years ago

mvz commented 3 years ago

Assigning to the paranoid column is no longer supported: Rails does not support creating a model in a deleted state.