We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfae4c5 commit 09730f9Copy full SHA for 09730f9
lib/sprockets/rails/helper.rb
@@ -79,7 +79,7 @@ def compute_asset_path(path, options = {})
79
if asset_path = resolve_asset_path(path, debug)
80
File.join(assets_prefix || "/", legacy_debug_path(asset_path, debug))
81
else
82
- message = "The asset #{ path.inspect } you are looking for is not present in the asset pipeline."
+ message = "The asset #{ path.inspect } is not present in the asset pipeline."
83
raise AssetNotFound, message unless unknown_asset_fallback
84
85
if respond_to?(:public_compute_asset_path)
0 commit comments