From b6b4d6980b815555ae17da5a8006590eb53ec264 Mon Sep 17 00:00:00 2001 From: schneems Date: Thu, 25 Aug 2016 20:27:51 -0500 Subject: [PATCH] Specify version of Sprockets-rails this will be in --- guides/source/asset_pipeline.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.