Skip to content

Instantly share code, notes, and snippets.

@closer
Created April 15, 2013 03:41
Show Gist options
  • Select an option

  • Save closer/5385544 to your computer and use it in GitHub Desktop.

Select an option

Save closer/5385544 to your computer and use it in GitHub Desktop.
<div>
<p><%= record.name %></p>
<% record.relation.tap do |r| %>
<p><%= r.name %></p>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment