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
EvelynWyatt -
env0 Team -
Mehwish Malik -
Sarthak sachdeva -
Top comments (0)