Files
fizzy/app/views/cards/steps/show.html.erb
T
2025-07-01 20:05:20 -05:00

3 lines
89 B
Plaintext

<%= turbo_frame_tag @step do %>
<%= render "cards/steps/step", step: @step %>
<% end %>