Home Rails Devise记录一下吧,耗费了2个小时,devisecurrent_xx返回hash而不是一个model的问题
Post
Cancel

Rails Devise记录一下吧,耗费了2个小时,devisecurrent_xx返回hash而不是一个model的问题

refer to: https://github.com/heartcombo/devise/issues/3694

解决办法;

1. 删除cookie

2. 重启rails server

就可以了

究其原因,应该是我同时在一个rails项目中同时使用2个model作为devise登录造成的

This post is licensed under CC BY 4.0 by the author.