aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRobin Dupret <robin.dupret@gmail.com>2015-08-03 13:22:42 +0200
committerRobin Dupret <robin.dupret@gmail.com>2015-08-03 13:22:42 +0200
commit63c03077f3049b538b4cfb2fe1035bf1c0a58ddd (patch)
tree5ba287b329b90354f07062b3548a8be9aa058bab /guides
parentaa79574d0940ebc717ae1b24fae9759d9ddf5c63 (diff)
downloadrails-63c03077f3049b538b4cfb2fe1035bf1c0a58ddd.tar.gz
rails-63c03077f3049b538b4cfb2fe1035bf1c0a58ddd.tar.bz2
rails-63c03077f3049b538b4cfb2fe1035bf1c0a58ddd.zip
Correctly close a fenced code block [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/caching_with_rails.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md
index 07dce1af56..9a56233e4a 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -133,6 +133,7 @@ If `products/_product.html.erb` starts with a `cache` call like so:
<% cache product do %>
<%= product.name %>
<% end %>
+```
All the cached templates from previous renders will be fetched at once with much
greater speed. There's more info on how to make your templates [eligible for