5 lines
155 B
Plaintext
5 lines
155 B
Plaintext
<h1>Collections</h1>
|
|
<% for collection in @collections %>
|
|
<%= link_to collection.title, collection %>
|
|
<%= render :partial => collection.albums %>
|
|
<% end %> |