Sha256: 358e475b7bee54f016ade8a7a64a67a8cbc74c452b72483a451f3a980faa1c2e

Contents?: true

Size: 275 Bytes

Versions: 4

Compression:

Stored size: 275 Bytes

Contents

<%= admin_form_for resource %>

<%- if resource.persisted? && active_admin_config.form_associations.present? -%>
  <%- active_admin_config.form_associations.each do |association| -%>
    <%= collection_relationship_manager(resource, association) %>
  <%- end -%>
<%- end -%>

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
activeadmin_associations-0.1.3 app/views/admin/shared/_form.html.erb
aa_associations-0.1.2 app/views/admin/shared/_form.html.erb
aa_associations-0.1.1 app/views/admin/shared/_form.html.erb
aa_associations-0.1.0 app/views/admin/shared/_form.html.erb