From 049b6e670f0a9d7dc03ee4ddf9334ddbeb6c7900 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Wed, 23 Dec 2015 16:01:32 +0800 Subject: Porting ActionController::Caching to ActionMailer::Caching --- actionmailer/test/fixtures/caching_mailer/fragment_cache.html.erb | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 actionmailer/test/fixtures/caching_mailer/fragment_cache.html.erb (limited to 'actionmailer/test/fixtures/caching_mailer/fragment_cache.html.erb') diff --git a/actionmailer/test/fixtures/caching_mailer/fragment_cache.html.erb b/actionmailer/test/fixtures/caching_mailer/fragment_cache.html.erb new file mode 100644 index 0000000000..90189627da --- /dev/null +++ b/actionmailer/test/fixtures/caching_mailer/fragment_cache.html.erb @@ -0,0 +1,3 @@ +<% cache :caching do %> +"Welcome" +<% end %> -- cgit v1.2.3