aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/test/fixtures/caching_mailer/multipart_cache.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'actionmailer/test/fixtures/caching_mailer/multipart_cache.html.erb')
-rw-r--r--actionmailer/test/fixtures/caching_mailer/multipart_cache.html.erb3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/caching_mailer/multipart_cache.html.erb b/actionmailer/test/fixtures/caching_mailer/multipart_cache.html.erb
new file mode 100644
index 0000000000..0d26baa2d7
--- /dev/null
+++ b/actionmailer/test/fixtures/caching_mailer/multipart_cache.html.erb
@@ -0,0 +1,3 @@
+<% cache :html_caching, skip_digest: true do %>
+ "Welcome html"
+<% end %>