aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/fixtures/test/_cached_nested_cached_customer.erb
blob: 01bf025cd302255463fb58271d035f00bda00e5c (plain) (blame)
1
2
3
<% cache cached_customer do %>
  <%= render partial: "test/cached_customer", locals: { cached_customer: cached_customer } %>
<% end %>