DEV Community

bomoniyi
bomoniyi

Posted on • Edited on

Using Authenticity token

Any request that is not a get - so post, patch or delete shouls have a request for authenticity

<input type="hidden" name="authenticity_token" value="<%= form_authenticity_token %>">
Enter fullscreen mode Exit fullscreen mode

Top comments (0)