TrestleAdmin/trestle

View on GitHub
app/views/trestle/resource/create.turbo_stream.erb

Summary

Maintainability
Test Coverage
<%= turbo_stream.replace admin.build_instance({}, params), template: "trestle/resource/#{instance.persisted? ? "show" : "new"}" %>
<%= turbo_stream.reload if modal_request? && instance.persisted? %>