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

4 lines
113 B
Plaintext

<%= turbo_stream.before dom_id(@card, :new_step) do %>
<%= render "cards/steps/step", step: @step %>
<% end %>