Closed ali-hiringthing closed 1 year ago
That is a correct behaviour from the gem, because you need to use ignore_models
for MissingPresenceValidation
, not ignore_tables
.
@fatkodima is correct: presence validators are inherently related to models, not tables. That's why the setting is ignore_models
.
With Rails 7, when attempting to add the active support tables, using the following config snippet from the readme,
results in -
Using the following config does bypass the issue:
Hoping that will point you guys in the right direction. Thanks!