bootcamp/app/views/movies/edit.html.erb
2023-09-25 15:49:35 -05:00

4 lines
74 B
Plaintext

<h1>Editing <%= @movie.title %></h1>
<%= render "form", movie: @movie %>