You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Also see [Sprockets::Rails::Task](https://github.com/rails/sprockets-rails/blob/
52
52
53
53
**`config.assets.unknown_asset_fallback`**
54
54
55
-
When set to a truthy value, the a result will be returned even if the requested asset is not found in the asset pipeline. When set to `false`it will raise an error.
55
+
When set to a truthy value, a result will be returned even if the requested asset is not found in the asset pipeline. When set to a falsey value it will raise an error when no asset is found in the pipeline. Defaults to `true`.
0 commit comments