Skip to content

Instantly share code, notes, and snippets.

@jtperreault
Created May 15, 2017 01:42
Show Gist options
  • Save jtperreault/f929bd78ed905924e3a7319566fd8c1e to your computer and use it in GitHub Desktop.
Save jtperreault/f929bd78ed905924e3a7319566fd8c1e to your computer and use it in GitHub Desktop.
<h1>All the Phones I know about!</h1>
<div id="every-phone">
<% @phones.each do |fone| %>
<h5><%= fone.name %></h5>
<% end %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment