4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
<%= turbo_frame_tag dom_id(@todo) do %>
|
|
<%= render "form", todo: @todo %>
|
|
<% end %>
|