I am running into some issues regarding the Authenticity Token in Rails, as I have many times now.
But I really don\'t want to just solve this problem and go on. I w
since Authenticity Token is so important, and in Rails 3.0+ you can use
Authenticity Token
<%= token_tag nil %>
to create
anywhere