volontariat/voluntary

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

Summary

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