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
Hi, noticed when hitting my API that password_confirmation was getting skipped if I didn't send it. Wondering if there should be something like validates :password_confirmation, presence: true, on: :create in the /models/user.rb?
The text was updated successfully, but these errors were encountered:
Hi, noticed when hitting my API that password_confirmation was getting skipped if I didn't send it. Wondering if there should be something like
validates :password_confirmation, presence: true, on: :create
in the/models/user.rb
?The text was updated successfully, but these errors were encountered: