phateio/kiris

View on GitHub
app/views/tracks/comments/_track_comment_list.html.erb

Summary

Maintainability
Test Coverage
<% track_comments.each do |track_comment| %>
  <%= render_track_comment_item(track_comment) %>
<% end %>