Skip to content

Instantly share code, notes, and snippets.

@SofiaSousa
Last active August 9, 2022 08:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SofiaSousa/7aa64fcba375ce6cff1f5f0efc8786f3 to your computer and use it in GitHub Desktop.
Save SofiaSousa/7aa64fcba375ce6cff1f5f0efc8786f3 to your computer and use it in GitHub Desktop.
destroy.turbo_stream.erb
<%= turbo_stream.remove "item_1" %>
<%= turbo_stream.update "stats" do %>
<%= render "items/stats" %>
<% end %>
<%= turbo_stream.update "flash", partial: "layouts/flash" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment