Files
todoapp/app/views/todos/edit.html.erb

4 lines
86 B
Plaintext

<%= turbo_frame_tag dom_id(@todo) do %>
<%= render "form", todo: @todo %>
<% end %>