Skip to content

Instantly share code, notes, and snippets.

@beverlynelson
Created November 26, 2012 05:09
Show Gist options
  • Save beverlynelson/4146698 to your computer and use it in GitHub Desktop.
Save beverlynelson/4146698 to your computer and use it in GitHub Desktop.
erb version
<% if @customer.notes.present? %>
<% @customer.notes.each do |customer| %>
<% =customer.title %>
<% =customer.comment %>
<% end %>
<% end %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment