add machine name to edit

This commit is contained in:
Ben Harris 2021-09-14 17:39:01 -04:00
parent 8c7a90afc8
commit d32e71077c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<h1>Edit Pinball Machine</h1>
<h1>Edit <%= @machine.name %></h1>
<%= render "form", machine: @machine %>