aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2016-08-29 12:42:20 -0500
committerschneems <richard.schneeman@gmail.com>2016-08-29 13:16:07 -0500
commite1791d1dd4820157654e59d2e9315b4975e3c36a (patch)
tree38af6b09f62cbc869b4b96a40f17a3c96ceb6e3b /guides/source/configuring.md
parent981ac09332b8c5210408bbc2f5fa4a99fead6a26 (diff)
downloadrails-e1791d1dd4820157654e59d2e9315b4975e3c36a.tar.gz
rails-e1791d1dd4820157654e59d2e9315b4975e3c36a.tar.bz2
rails-e1791d1dd4820157654e59d2e9315b4975e3c36a.zip
Explicitly mention defaults.
Diffstat (limited to 'guides/source/configuring.md')
-rw-r--r--guides/source/configuring.md2
1 files changed, 1 insertions, 1 deletions
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`.