diff options
| author | Mikhail Dieterle <MikDiet@gmail.com> | 2012-08-03 21:58:15 +0300 |
|---|---|---|
| committer | Mikhail Dieterle <MikDiet@gmail.com> | 2012-08-03 21:58:15 +0300 |
| commit | a2a73c5abbad8f2c58df90695b03ddf1363b949e (patch) | |
| tree | c406808b39a2fc31f2e4d990f14f903bb8801f82 | |
| parent | ad9b6a3f9415a3308b2f9aacccf1a9ae8fe4ec75 (diff) | |
| download | rails-a2a73c5abbad8f2c58df90695b03ddf1363b949e.tar.gz rails-a2a73c5abbad8f2c58df90695b03ddf1363b949e.tar.bz2 rails-a2a73c5abbad8f2c58df90695b03ddf1363b949e.zip | |
Update guides/source/asset_pipeline.textile
| -rw-r--r-- | guides/source/asset_pipeline.textile | 2 |
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 |
