aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/asset_pipeline.md
diff options
context:
space:
mode:
authorschneems <richard.schneeman@gmail.com>2016-08-25 20:27:51 -0500
committerschneems <richard.schneeman@gmail.com>2016-08-29 13:16:07 -0500
commitb6b4d6980b815555ae17da5a8006590eb53ec264 (patch)
tree09c084a36236d50004976118e00276695348047c /guides/source/asset_pipeline.md
parent893035782d427b1fea3d1299417b507220752c3e (diff)
downloadrails-b6b4d6980b815555ae17da5a8006590eb53ec264.tar.gz
rails-b6b4d6980b815555ae17da5a8006590eb53ec264.tar.bz2
rails-b6b4d6980b815555ae17da5a8006590eb53ec264.zip
Specify version of Sprockets-rails this will be in
Diffstat (limited to 'guides/source/asset_pipeline.md')
-rw-r--r--guides/source/asset_pipeline.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/asset_pipeline.md b/guides/source/asset_pipeline.md
index de48da6e9d..b549cef47d 100644
--- a/guides/source/asset_pipeline.md
+++ b/guides/source/asset_pipeline.md
@@ -588,7 +588,7 @@ all requests for assets include digests.
### Raise an Error When an Asset is Not Found
-If you are using a recent version of sprockets-rails you can configure what happens
+If you are using sprockets-rails >= 3.2.0 you can configure what happens
when an asset lookup is performed and nothing is found. If you turn off "asset fallback"
then an error will be raised when an asset cannot be found.