Files
fizzy/app/views/boosts/create.turbo_stream.erb
T
2024-09-04 14:54:11 -04:00

4 lines
115 B
Plaintext

<%= turbo_stream.update dom_id(@bubble, "boosts") do %>
<%= render "/boosts/boost", bubble: @bubble %>
<% end %>