Guest User

Untitled

a guest
Dec 11th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. <% @towns.each do |town| %>
  2.  
  3. <div>
  4. <%= town.town %>
  5.  
  6. <% @postcards.each do |postcard| %>
  7.  
  8. <%= postcard.eat %>
  9.  
  10. <% end %>
  11. </div> <br>
  12.  
  13. <% end %>
Add Comment
Please, Sign In to add comment