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