Rails de jetons d'authenticité
<%= hidden_field_tag "authenticity_token", form_authenticity_token %>
Doubtful Dingo
<%= hidden_field_tag "authenticity_token", form_authenticity_token %>
skip_before_action :verify_authenticity_token, only: [...]