We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 857e781 + 2506ef0 commit 49bf802Copy full SHA for 49bf802
lib/sprockets/rails/helper.rb
@@ -80,7 +80,7 @@ def compute_asset_path(path, options = {})
80
if asset_path = resolve_asset_path(path, debug)
81
File.join(assets_prefix || "/", legacy_debug_path(asset_path, debug))
82
else
83
- message = "The asset #{ path.inspect } is not present in the asset pipeline."
+ message = "The asset #{ path.inspect } is not present in the asset pipeline.\n"
84
raise AssetNotFound, message unless unknown_asset_fallback
85
86
if respond_to?(:public_compute_asset_path)
0 commit comments