Skip to content

Instantly share code, notes, and snippets.

@jakeboxer
Created January 27, 2012 22:26
Show Gist options
  • Save jakeboxer/1691259 to your computer and use it in GitHub Desktop.
Save jakeboxer/1691259 to your computer and use it in GitHub Desktop.
<ul>
<% @sections.each do |section| %>
<li>
<a href="<%= section_articles_path section %>">
<%= section.name %>
</a>
</li>
<% end %>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment