Ajax Delete links log out current_user

前端 未结 4 2471
自闭症患者
自闭症患者 2021-02-20 05:09

The title pretty much explains it. I\'m having an odd situation where views that allow users to delete notifications using Ajax cause the current_user to be logged out. I don\'t

4条回答
  •  情深已故
    2021-02-20 05:47

    I had a similar problem. Solution was as simple as adding

    <%= csrf_meta_tag %>

    to the layout.

提交回复
热议问题