diff options
author | Anuj Dutta <anuj@andhapp.com> | 2013-05-19 19:33:13 +0100 |
---|---|---|
committer | Anuj Dutta <anuj@andhapp.com> | 2013-05-19 19:33:13 +0100 |
commit | ef82b2c2d49c2a867a8d0ef1be709adc5170361c (patch) | |
tree | 44afe64d11dae3ef7f077f4ef207918880592615 /guides | |
parent | 36e5368e76f5256ad391a17c2fa4eb4b8a0dde2a (diff) | |
download | rails-ef82b2c2d49c2a867a8d0ef1be709adc5170361c.tar.gz rails-ef82b2c2d49c2a867a8d0ef1be709adc5170361c.tar.bz2 rails-ef82b2c2d49c2a867a8d0ef1be709adc5170361c.zip |
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.
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/configuring.md | 3 |
1 files changed, 2 insertions, 1 deletions
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`. |