unterminated string meets end of file +rails
This error is because you are trying to instert special symbol in record.
User.last.update(password: "!@#$")
User.last.update(password: "!@/#$") //it will not throw any errors.
This error is because you are trying to instert special symbol in record.
User.last.update(password: "!@#$")
User.last.update(password: "!@/#$") //it will not throw any errors.