4 lines
95 B
Plaintext
4 lines
95 B
Plaintext
<%= turbo_stream.replace @step do %>
|
|
<%= render "cards/steps/step", step: @step %>
|
|
<% end %>
|