From 4313461587254fd8e5b5a8ea7dfc9f0230c70ecb Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 26 Jan 2013 17:36:38 +0100 Subject: generic pass before merging docrails --- guides/source/caching_with_rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides') diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md index 7e4253b1ba..e52264f296 100644 --- a/guides/source/caching_with_rails.md +++ b/guides/source/caching_with_rails.md @@ -104,7 +104,7 @@ This method generates a cache key that depends on all products and can be used i All available products: <% end %> ``` -You can also use an `ActiveRecord` model as the cache key: +You can also use an Active Record model as the cache key: ```ruby <% Product.all.each do |p| %> -- cgit v1.2.3