Files
fizzy/app/views/bubbles/edit.html.erb
T
2024-09-04 14:54:11 -04:00

4 lines
99 B
Plaintext

<%= turbo_frame_tag @bubble, :edit do %>
<%= render "bubbles/form", bubble: @bubble %>
<% end %>