Created
May 8, 2009 14:51
-
-
Save reservationlive/108808 to your computer and use it in GitHub Desktop.
Showing how to reference attributes in a polymorphic association
This file contains 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
<% 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