You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
367 B

<%= turbo_stream.remove @destroyed_node %>
<% if @node %>
<turbo-stream action="replace" targets="#<%= dom_id(@node) %>">
<template>
<%= render partial: 'node', object: @node %>
</template>
</turbo-stream>
<% end %>
<%= turbo_stream.update "tree" do %>
<%= render partial: "tree" %>
<% end %>
<%= turbo_stream.append 'flash', partial: 'layouts/flash' %>