Files
fizzy/app/views/projects/edit.html.erb
T
2024-09-18 13:06:30 -04:00

7 lines
147 B
Plaintext

<h1>Edit Project</h1>
<%= form_with model: @project do |form| %>
<p>Name:<br><%= form.text_field :name %></p>
<p><%= form.submit %>
<% end %>