From 0d7185d13895e778bfde402a01c2fb56a0cfe29b Mon Sep 17 00:00:00 2001 From: Anton Chuchkalov Date: Sun, 12 Jul 2015 16:11:52 +0300 Subject: fix typo in caching guide [ci skip] --- guides/source/caching_with_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/caching_with_rails.md') diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md index b0103c9af4..d6ad8f7db3 100644 --- a/guides/source/caching_with_rails.md +++ b/guides/source/caching_with_rails.md @@ -122,7 +122,7 @@ For example, take the following view: Which in turn renders this view: ```erb -<% cache game %> +<% cache game do %> <%= render game %> <% end %> ``` -- cgit v1.2.3