vol1ura/Sat_9am_5km

View on GitHub
app/views/volunteers/create.turbo_stream.erb

Summary

Maintainability
Test Coverage
<%= turbo_stream.replace "volunteer-#{@idx}", partial: 'volunteer' %>
<%= turbo_stream.replace "role-#{@idx}", partial: 'events/role', locals: { volunteer: @volunteer, role: @volunteer.role, idx: @idx } %>