AyuntamientoMadrid/participacion

View on GitHub
app/components/sdg_management/relations/edit_component.html.erb

Summary

Maintainability
Test Coverage
<%= header %>

<%= form_for record, url: update_path, html: { class: "sdg-relations-edit" } do |f| %>
  <%= render SDG::RelatedListSelectorComponent.new(f) %>

  <%= f.submit %>
<% end %>