aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/customers/_customer.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/customers/_customer.html.erb')
-rw-r--r--actionpack/test/fixtures/customers/_customer.html.erb4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/customers/_customer.html.erb b/actionpack/test/fixtures/customers/_customer.html.erb
new file mode 100644
index 0000000000..5105090d4b
--- /dev/null
+++ b/actionpack/test/fixtures/customers/_customer.html.erb
@@ -0,0 +1,4 @@
+<% cache customer do %>
+ <% controller.partial_rendered_times += 1 %>
+ <%= customer.name %>, <%= customer.id %>
+<% end %> \ No newline at end of file