rails-refresher/app/views/articles/edit.html.erb
Tyrel Souza 8a91d51c39
finish
2024-07-04 21:00:08 -04:00

4 lines
63 B
Plaintext

<h1>Edit Article</h1>
<%= render "form", article: @article %>