4 lines
113 B
Plaintext
4 lines
113 B
Plaintext
<%= turbo_stream.before dom_id(@card, :new_step) do %>
|
|
<%= render "cards/steps/step", step: @step %>
|
|
<% end %>
|