Created
December 28, 2009 20:52
-
-
Save twinge/264931 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<%- Page.find(:all, :order => 'number').each do |page| | |
comment = Comment.find_by_page_id_and_annual_update_id(page.id, @annual_update.id) -%> | |
Page Name: <%= page.label %> | |
<%= comment.comment %> | |
<%- end -%> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment