Sha256: 72f419dfd2c67474309d07cd2d17fcba1290d454c7178a582dd44127b517b776
Contents?: true
Size: 267 Bytes
Versions: 41
Compression:
Stored size: 267 Bytes
Contents
= effective_form_with(model: <%= form_for %>) do |f| <% resource.belong_tos.each do |reference| -%> <%= render_field(reference, depth: 1) %> <% end -%> <% attributes.each do |attribute| -%> <%= render_field(attribute, depth: 1) %> <% end -%> = effective_submit(f)
Version data entries
41 entries across 41 versions & 1 rubygems