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

The documentation for `column_type: 'boolean'`, allow_nulls option is incorrect #293

Open edruder opened 1 year ago

edruder commented 1 year ago

The documentation states:

If your column type is a boolean, it is possible to specify allow_nulls option which is true by default.

This is incorrect–the value of the allow_nulls option is false by default.