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

4 lines
161 B
Plaintext
Raw Normal View History

2015-10-15 01:20:32 +03:00
<% talk_preference.talks.each do |talk| %>
<%= CSV.generate_line([talk_preference.hashed_unique_id, talk_preference.created_at, talk]).html_safe -%>
<% end %>