From e1791d1dd4820157654e59d2e9315b4975e3c36a Mon Sep 17 00:00:00 2001 From: schneems Date: Mon, 29 Aug 2016 12:42:20 -0500 Subject: Explicitly mention defaults. --- guides/source/configuring.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guides/source/configuring.md') diff --git a/guides/source/configuring.md b/guides/source/configuring.md index 283aae8178..a115683134 100644 --- a/guides/source/configuring.md +++ b/guides/source/configuring.md @@ -169,7 +169,7 @@ pipeline is enabled. It is set to `true` by default. * `config.assets.precompile` allows you to specify additional assets (other than `application.css` and `application.js`) which are to be precompiled when `rake assets:precompile` is run. -* `config.assets.unknown_asset_fallback` allows you to modify the behavior of the asset pipeline when an asset is not in the pipeline, if you use sprockets-rails 3.2.0 or newer. +* `config.assets.unknown_asset_fallback` allows you to modify the behavior of the asset pipeline when an asset is not in the pipeline, if you use sprockets-rails 3.2.0 or newer. Defaults to `true`. * `config.assets.prefix` defines the prefix where assets are served from. Defaults to `/assets`. -- cgit v1.2.3