CLOSER-Cohorts/archivist

View on GitHub
app/views/topics/index.tsv.erb

Summary

Maintainability
Test Coverage
<% @collection.each do |topic| %>
<%= topic.id %><%= "\t" %><%= topic.code %><%= "\t" %><%= topic.name %>
<% end %>