aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarshad Sabne <harshadsabne@users.noreply.github.com>2014-08-31 17:22:01 +0530
committerHarshad Sabne <harshadsabne@users.noreply.github.com>2014-08-31 17:22:01 +0530
commit4b9d22e9591140729d9a27249cb8dd62e43d82ad (patch)
treed27d242b8e7ff9801969f7b469075813a581a5dc
parentf0249bc578616e19624dd44383f76139ef86a75e (diff)
downloadrails-4b9d22e9591140729d9a27249cb8dd62e43d82ad.tar.gz
rails-4b9d22e9591140729d9a27249cb8dd62e43d82ad.tar.bz2
rails-4b9d22e9591140729d9a27249cb8dd62e43d82ad.zip
Update caching_with_rails.md [ci skip]
Highlight methods
-rw-r--r--guides/source/caching_with_rails.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/caching_with_rails.md b/guides/source/caching_with_rails.md
index d0f3a596fe..cbcd053950 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -363,7 +363,7 @@ class ProductsController < ApplicationController
end
```
-If you don't have any special response processing and are using the default rendering mechanism (i.e. you're not using respond_to or calling render yourself) then you've got an easy helper in fresh_when:
+If you don't have any special response processing and are using the default rendering mechanism (i.e. you're not using `respond_to` or calling render yourself) then you've got an easy helper in `fresh_when`:
```ruby
class ProductsController < ApplicationController