aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Dieterle <MikDiet@gmail.com>2012-08-03 21:58:15 +0300
committerMikhail Dieterle <MikDiet@gmail.com>2012-08-03 21:58:15 +0300
commita2a73c5abbad8f2c58df90695b03ddf1363b949e (patch)
treec406808b39a2fc31f2e4d990f14f903bb8801f82
parentad9b6a3f9415a3308b2f9aacccf1a9ae8fe4ec75 (diff)
downloadrails-a2a73c5abbad8f2c58df90695b03ddf1363b949e.tar.gz
rails-a2a73c5abbad8f2c58df90695b03ddf1363b949e.tar.bz2
rails-a2a73c5abbad8f2c58df90695b03ddf1363b949e.zip
Update guides/source/asset_pipeline.textile
-rw-r--r--guides/source/asset_pipeline.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.textile b/guides/source/asset_pipeline.textile
index d0952fcf29..4914327c4e 100644
--- a/guides/source/asset_pipeline.textile
+++ b/guides/source/asset_pipeline.textile
@@ -651,7 +651,7 @@ WARNING: If you are upgrading an existing application and intend to use this opt
h3. Assets Cache Store
-Sprockets uses the default Rails cache store will be used to cache assets in development and production. This can be changed by setting +config.assets.cache_store+.
+The default Rails cache store will be used by Sprockets to cache assets in development and production. This can be changed by setting +config.assets.cache_store+.
<ruby>
config.assets.cache_store = :memory_store