OfficeMomsandDads/scheduler

View on GitHub
app/views/dashboard/total_volunteer_hours_by_user_template.csv.haml

Summary

Maintainability
Test Coverage
= CSV.generate_line @headers
- @data.each do |cell1, cell2|
  = CSV.generate_line([cell1, cell2].flatten).html_safe