aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/collection_cache/index.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/collection_cache/index.html.erb')
-rw-r--r--actionpack/test/fixtures/collection_cache/index.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/collection_cache/index.html.erb b/actionpack/test/fixtures/collection_cache/index.html.erb
index 521b1450df..853e501ab4 100644
--- a/actionpack/test/fixtures/collection_cache/index.html.erb
+++ b/actionpack/test/fixtures/collection_cache/index.html.erb
@@ -1 +1 @@
-<%= render @customers %> \ No newline at end of file
+<%= render partial: 'customers/customer', collection: @customers, cached: true %>