You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ThibaultRuby
changed the title
Configure models to throw on scan by default unless specified
Add an option on model construction to forbid scan
Jan 26, 2024
It would be good to have the ability to specify on model construction that we forbid scan.
If you perform a
Model.prototype.scan
it will throw ifallowScan === false
The text was updated successfully, but these errors were encountered: