4 lines
170 B
Plaintext
4 lines
170 B
Plaintext
|
<%- headers = ['left', 'right', 'conflicts', '%'] -%>
|
||
|
<%= CSV.generate_line headers -%>
|
||
|
<%= render partial: 'conflict_coefficient', collection: @conflict_coefficients %>
|