Created
August 27, 2012 15:56
-
-
Save acidtib/3489766 to your computer and use it in GitHub Desktop.
explore view
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
<% @towns.each do |town| %> | |
<div> | |
<%= town.town %> | |
<% @postcards.each do |postcard| %> | |
<%= postcard.eat %> | |
<% end %> | |
</div> <br> | |
<% end %> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment