aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/caching_with_rails.md
diff options
context:
space:
mode:
authorAlberto Almagro <albertoalmagro@gmail.com>2018-06-29 18:49:05 +0200
committerAlberto Almagro <albertoalmagro@gmail.com>2018-07-06 22:46:54 +0200
commit2e194d0c9edfa54cb955b48fa204de2f4c980239 (patch)
treeb4d26db1ddda8308231fff3a672d1e46fb2bee20 /guides/source/caching_with_rails.md
parenta7986aeda0b60a1453d7aa70077abcaa7ecab369 (diff)
downloadrails-2e194d0c9edfa54cb955b48fa204de2f4c980239.tar.gz
rails-2e194d0c9edfa54cb955b48fa204de2f4c980239.tar.bz2
rails-2e194d0c9edfa54cb955b48fa204de2f4c980239.zip
Substitute references to task for command
This commit substitutes references to rails/rake task for rails command
Diffstat (limited to 'guides/source/caching_with_rails.md')
-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 a5933395dd..e74f5c615d 100644
--- a/guides/source/caching_with_rails.md
+++ b/guides/source/caching_with_rails.md
@@ -670,7 +670,7 @@ Caching in Development
----------------------
It's common to want to test the caching strategy of your application
-in development mode. Rails provides the rake task `dev:cache` to
+in development mode. Rails provides the rails command `dev:cache` to
easily toggle caching on/off.
```bash