aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/caching_mailer/_partial.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/fixtures/caching_mailer/_partial.html.erb')
-rw-r--r--actionmailer/test/fixtures/caching_mailer/_partial.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/caching_mailer/_partial.html.erb b/actionmailer/test/fixtures/caching_mailer/_partial.html.erb
new file mode 100644
index 0000000000..8e965f52b4
--- /dev/null
+++ b/actionmailer/test/fixtures/caching_mailer/_partial.html.erb
@@ -0,0 +1,3 @@
+<% cache :caching do %>
+ Old fragment caching in a partial
+<% end %>