-
Notifications
You must be signed in to change notification settings - Fork 14
Unable to make new users #49
Comments
That's because in your students table in the database you need a column called password_digest. |
On top of super jaime being correct again, you won't be able to call (student_params) as it is defined under private. |
Just for the record, I'm not seeing any issue with |
Thanks @mitchlloyd I had intended to leave it in a private class as I don't want it callable by anything else |
It seems I had everything in place aside from in the database itself. I ended up dumping the db and remaking it then migrating everything. I am now able to add users and log users in. |
I think I missed a step in my migrates and making passwords and so fourth because when I try to make a user I get a lovely undefined password_digest message
all changes have been commited to my github.
Students page is here (http://atkinsonj3-72805.use1.nitrousbox.com/students) if you want to see it yourself
but it looks kind of like this
The text was updated successfully, but these errors were encountered: