From ef82b2c2d49c2a867a8d0ef1be709adc5170361c Mon Sep 17 00:00:00 2001 From: Anuj Dutta Date: Sun, 19 May 2013 19:33:13 +0100 Subject: [PATCH] Update configuration docs for assets.enabled, as it's set true by default in the configuration and doesn't appear in the config files anymore. --- guides/source/configuring.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/guides/source/configuring.md b/guides/source/configuring.md index ddb56623f1..d71ff0c7d5 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -133,7 +133,8 @@ numbers. New applications filter out passwords by adding the following `config.f ### Configuring Assets -* `config.assets.enabled` a flag that controls whether the asset pipeline is enabled. It is explicitly initialized in `config/application.rb`. +* `config.assets.enabled` a flag that controls whether the asset +pipeline is enabled. It is set to true by default. * `config.assets.compress` a flag that enables the compression of compiled assets. It is explicitly set to true in `config/production.rb`.