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
I have started getting this whenever running rspec
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. To continue case sensitive comparison on the :body attribute in Commontator::Comment model, pass case_sensitive: true option explicitly to the uniqueness validator.
Can someone help me fix this?
The text was updated successfully, but these errors were encountered:
I have started getting this whenever running rspec
DEPRECATION WARNING: Uniqueness validator will no longer enforce case sensitive comparison in Rails 6.1. To continue case sensitive comparison on the :body attribute in Commontator::Comment model, pass
case_sensitive: true
option explicitly to the uniqueness validator.Can someone help me fix this?
The text was updated successfully, but these errors were encountered: