<%= f.label a, class: 'form-control-label' %> <%= f.fields_for a do |association_model| %> <%= render 'slash_admin/fields/has_many_row', f: association_model, model_ref: a.to_sym %> <% end %>