Skip to content

Instantly share code, notes, and snippets.

@reservationlive
Created May 8, 2009 14:51
Show Gist options
  • Save reservationlive/108808 to your computer and use it in GitHub Desktop.
Save reservationlive/108808 to your computer and use it in GitHub Desktop.
Showing how to reference attributes in a polymorphic association
<% for comment in @article.comments %>
<p>Name: <%=h comment.name %><br />
Comment: <%=h comment.body %></p>
<hr />
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment