diff options
Diffstat (limited to 'actionpack/test/fixtures/collection_cache')
-rw-r--r-- | actionpack/test/fixtures/collection_cache/index.html.erb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/collection_cache/index.html.erb b/actionpack/test/fixtures/collection_cache/index.html.erb new file mode 100644 index 0000000000..853e501ab4 --- /dev/null +++ b/actionpack/test/fixtures/collection_cache/index.html.erb @@ -0,0 +1 @@ +<%= render partial: 'customers/customer', collection: @customers, cached: true %> |