Sha256: 8e65b0d5c7d55c856dbcc8dd6ad4e5b14f97befc77abde870df6962cf7cedf16
Contents?: true
Size: 374 Bytes
Versions: 13
Compression:
Stored size: 374 Bytes
Contents
<%= turbo_stream.replace class_to_form_frame(resource_class) do %> <%= turbo_frame_tag class_to_form_frame(resource_class) do %> <%= render Maquina::Application::New.new(resource: resource) %> <% end %> <% end %> <%= turbo_stream.replace :alert do %> <%= turbo_frame_tag :alert do %> <%= render Maquina::Application::Alert.new(flash) %> <% end %> <% end %>
Version data entries
13 entries across 13 versions & 1 rubygems