aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/customers/_commented_customer.html.erb
blob: d5f6e3b49115a0f0001cd7c6eab1383151834c02 (plain) (blame)
1
2
3
4
<%# I'm a comment %>
<% cache customer do %>
  <%= customer.name %>, <%= customer.id %>
<% end %>