From a2a73c5abbad8f2c58df90695b03ddf1363b949e Mon Sep 17 00:00:00 2001 From: Mikhail Dieterle Date: Fri, 3 Aug 2012 21:58:15 +0300 Subject: Update guides/source/asset_pipeline.textile --- guides/source/asset_pipeline.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source') 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+. config.assets.cache_store = :memory_store -- cgit v1.2.3