volontariat/voluntary

View on GitHub
app/views/organizations/index.html.erb

Summary

Maintainability
Test Coverage
<%= form_tag update_multiple_organizations_path, method: :post do %>
  <%= render 'shared/collection/table', 
    type: 'organizations', collection: @organizations, columns: ['name'] 
  %>
<% end %>