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

4 lines
67 B
Plaintext

<h1>Creating a New Movie</h1>
<%= render "form", movie: @movie %>