开发者

Devise throwing MySQL error

开发者 https://www.devze.com 2023-03-25 14:27 出处:网络
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:

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消