RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: alejandrok5
take a look in my commet
For all the guys with this problem: "Validation failed: Password can't be blank, Password is too short minimum is 6 characters"
the solution is just change the line
save!
and use instead
save!(validate: false)
take a look in my commet
For all the guys with this problem:
"Validation failed: Password can't be blank, Password is too short minimum is 6
characters"
the solution is just change the line
and use instead