aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2016-08-29 10:48:25 -0500
committerschneems <richard.schneeman@gmail.com>2016-08-29 13:16:07 -0500
commit8bcf42c4b36caaf835e8312c11eccb830049855b (patch)
tree67dca2dc9385ead9dc0935ac50e5d3bd738569d2 /guides/source/configuring.md
parent581d9685ea3ab1e3669c66f4b873a1840d7cd6fe (diff)
downloadrails-8bcf42c4b36caaf835e8312c11eccb830049855b.tar.gz
rails-8bcf42c4b36caaf835e8312c11eccb830049855b.tar.bz2
rails-8bcf42c4b36caaf835e8312c11eccb830049855b.zip
Address doc style comments from @robin850
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 1ca66f66a5..283aae8178 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 with recent verisons of sprockets-rails.
+* `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.prefix` defines the prefix where assets are served from. Defaults to `/assets`.