loomio/loomio

View on GitHub
app/views/admin/groups/export_users_report.haml

Summary

Maintainability
Test Coverage
%table
  %tr
    %th Name
    %th Email

  - @users.each do |user|
    %tr
      %td=user.name
      %td=user.email
      %td=user.country