ruby on rails - Devise Logout Error in RoR -



ruby on rails - Devise Logout Error in RoR -

while using devise in ror, encountering unusual error when trying log out url different root url. displays me :

actioncontroller::invalidauthenticitytoken in devise::sessionscontroller#destroy"

for illustration if rooting path after log in '/structure', , seek log out '/general' error, while logging out '/structure' fine.

any help highly appreciated.

ruby-on-rails ruby devise

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -