Devise throwing MySQL error
I have Devise installed to manage my Users and it seemed like everything was working fine a couple days ago开发者_如何学Go, except today I get this error:
Unknown column 'users.password' in 'where clause
I don't know why Devise is doing thing, any ideas would be great.
I found out the answer, I had password defined as a key and it was causing devise to throw an error.
精彩评论