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