Skip to content

Instantly share code, notes, and snippets.

@twinge
Created December 28, 2009 20:54
Show Gist options
  • Select an option

  • Save twinge/264937 to your computer and use it in GitHub Desktop.

Select an option

Save twinge/264937 to your computer and use it in GitHub Desktop.
<%- @annual_update.comments.find(:all, :order => 'pages.number', :include => :page).each do |c| -%>
<%= c.page.label %>:
<%= c.comment %>
<%- end -%>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment