gauge/app/views/home/conflicts.csv.erb

4 lines
170 B
Plaintext
Raw Normal View History

2015-10-15 02:01:03 +03:00
<%- headers = ['left', 'right', 'conflicts', '%'] -%>
<%= CSV.generate_line headers -%>
<%= render partial: 'conflict_coefficient', collection: @conflict_coefficients %>