Skip to content

Instantly share code, notes, and snippets.

@jasondew
Created May 10, 2013 16:55
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jasondew/5555730 to your computer and use it in GitHub Desktop.
Save jasondew/5555730 to your computer and use it in GitHub Desktop.
invalid authenticity token bug in rails 4
>> form_authenticity_token
=> "OBVOzqfizcWJ+d6GrYFO8NvZQMKlOji5vu28iwwED68="
>> params[:authenticity_token]
=> "OBVOzqfizcWJ d6GrYFO8NvZQMKlOji5vu28iwwED68="
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment