Sha256: 69e8daa295e96554f270f3680ed743c6eed556f745405057912008304c278eed
Contents?: true
Size: 341 Bytes
Versions: 2
Compression:
Stored size: 341 Bytes
Contents
<%%= turbo_frame_tag @<%= singular_table_name %> do %> <h1>Editing <%= human_name.downcase %></h1> <%%= render "form", <%= singular_table_name %>: @<%= singular_table_name %> %> <br> <div> <%%= button_to "Destroy this <%= human_name.downcase %>", <%= model_resource_name(prefix: "@") %>, method: :delete %> </div> <%% end %>
Version data entries
2 entries across 2 versions & 1 rubygems