Disable `authenticity_token` in Rails
- by Koning WWWWWWWWWWWWWWWWWWWWWWW
I am creating a web application in Ruby on Rails and I want to disable authenticity_tokens. When I create a form without the form helper methods, Rails gives me errors when I click 'Submit.' I really hate this.
Are there methods that generate the authenticity_token, or is there a way to disable it? Thanks