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
In the docs under options section, it states for :validate_uniqueness:
Whether or not to run uniqueness validations, has potential pitfalls, use with caution (requires >= v0.27.0).
I'm assuming it means active record uniqueness validations. Is that what it means? If so can the text be changed to (I can open a PR if accepting community submissions):
Whether or not to run ActiveRecord uniqueness validations, has potential pitfalls, use with caution (requires >= v0.27.0).
This way it is consistent with the :validate description which explicitly states:
Whether or not to run ActiveRecord validations (uniqueness skipped). This option will always be true when using import!.
If this doesn't refer to active record uniqueness validations then this is not an issue and explicitly omitting ActiveRecord was intentional and I am just implying otherwise on my own.
The text was updated successfully, but these errors were encountered:
In the docs under options section, it states for
:validate_uniqueness
:I'm assuming it means active record uniqueness validations. Is that what it means? If so can the text be changed to (I can open a PR if accepting community submissions):
This way it is consistent with the
:validate
description which explicitly states:If this doesn't refer to active record uniqueness validations then this is not an issue and explicitly omitting ActiveRecord was intentional and I am just implying otherwise on my own.
The text was updated successfully, but these errors were encountered: