This commit is contained in:
Grey Baker 2016-01-18 11:22:22 +00:00 committed by Elliot Winkler
parent 02eb364ddc
commit 9822760355
1 changed files with 1 additions and 1 deletions

View File

@ -978,7 +978,7 @@ different altogether.
Your #{model.name} model has a uniqueness validation on :#{attribute} which is
declared to be case-sensitive, but the value the uniqueness matcher used,
#{value.inspect}, doesn't contain any alpha characters, so using it to
to test the case-sensitivity part of the validation is ineffective. There are
test the case-sensitivity part of the validation is ineffective. There are
two possible solutions for this depending on what you're trying to do here:
a) If you meant for the validation to be case-sensitive, then you need to give