ruby - Rails : has secure password stop me from registering new users in database -


i'm following michael hartl tutorial, , don't understand why when add lines password validation, get:

created_at: nil  updated_at: nil 

it seems there bug, , user i'm trying create doesn't appear in database...


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -