bootcamp/app/views/users/edit.html.erb
2023-09-27 05:51:39 -05:00

4 lines
57 B
Plaintext

<h1>Edit Account</h1>
<%= render "form", user: @user %>