Skip to content

Instantly share code, notes, and snippets.

@jdibiccari
Created June 10, 2014 04:34
Show Gist options
  • Save jdibiccari/f67b0803cfd00c31583f to your computer and use it in GitHub Desktop.
Save jdibiccari/f67b0803cfd00c31583f to your computer and use it in GitHub Desktop.
blog_post_5
<%-Artist.list_alphabetically.each do |artist|-%>
<li><a href="artists/<%=artist.url%>"><%=artist.name%></a> song count: <%=artist.songs_count%></li>
<%-end-%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment