Skip to content

Instantly share code, notes, and snippets.

@axilaris
Created March 2, 2014 02:15
Show Gist options
  • Save axilaris/9300879 to your computer and use it in GitHub Desktop.
Save axilaris/9300879 to your computer and use it in GitHub Desktop.
<h2>Items</h2>
<% @users.company.each do |company| %>
<div>
<h4><%= company.name %></h4>
</div>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment