Edit Project

<%= form_with model: @project do |form| %>

Name:
<%= form.text_field :name %>

<%= form.submit %> <% end %>