Files
fizzy/app/views/cards/steps/update.turbo_stream.erb
T

4 lines
95 B
Plaintext

<%= turbo_stream.replace @step do %>
<%= render "cards/steps/step", step: @step %>
<% end %>