aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/customers/_customer.html.erb
blob: 5105090d4b8932fdc17971c28b0f65047dabc8b7 (plain) (blame)
1
2
3
4
<% cache customer do %>
  <% controller.partial_rendered_times += 1 %>
  <%= customer.name %>, <%= customer.id %>
<% end %>