Using form_with helps get rid of the need to include authenticity token. Example of using form_with
<%= form_with(url: movie_path) do %>
<% end %>
Using form_with helps get rid of the need to include authenticity token. Example of using form_with
<%= form_with(url: movie_path) do %>
<% end %>
For further actions, you may consider blocking this person and/or reporting abuse
JOSÉ AUGUSTO MOREIRA -
Noureldin Farag -
lassaad ben rejeb -
Jay D -
Top comments (0)