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
with current validation code, I can create referrals with same email adrress with lowercase/uppercase as attached.
I believe here should use validates :email, presence: true, uniqueness: {case_sensitive: false}, format: { with: CustomValidators::Emails.email_validator }
The text was updated successfully, but these errors were encountered:
ror_ecommerce/app/models/referral.rb
Line 10 in 3db5a29
with current validation code, I can create referrals with same email adrress with lowercase/uppercase as attached.
I believe here should use
validates :email, presence: true, uniqueness: {case_sensitive: false}, format: { with: CustomValidators::Emails.email_validator }
The text was updated successfully, but these errors were encountered: