monologue
monologue copied to clipboard
ActionController::InvalidAuthenticityToken is raised WhenLogging In
I've introduce the gem into my existing rails app which version is 4.2.1. After setting up successfully, when logging in, I got the following exception.
ActionController::InvalidAuthenticityToken
Do I need to configure something in order to avoid it?
has this issue been resolved?