4 lines
114 B
Plaintext
4 lines
114 B
Plaintext
<%= turbo_stream.update dom_id(@bubble, :boosts) do %>
|
|
<%= render "boosts/boosts", bubble: @bubble %>
|
|
<% end %>
|