Files
fizzy/app/views/splats/edit.html.erb
T
2024-07-24 10:07:11 -05:00

4 lines
95 B
Plaintext

<%= turbo_frame_tag @splat, :edit do %>
<%= render "splats/form", splat: @splat %>
<% end %>