pinrails/app/views/players/edit.html.erb

5 lines
75 B
Plaintext

<h1>Edit <%= @player.name %></h1>
<%= render "form", machine: @player %>