我有这个图像标签:
<%= image_tag contact.logo_url, alt: contact.presenter_account, class: "logo" %>
其中contact.logo_url
是指向CDN提供的资产的完整URL的字符串。
当我尝试运行该页面时,它崩溃并显示错误:
The asset "d2hhexjv4qcruz.cloudfront.net/images/MLS0319Z/Logo/Logo - Spark.jpg" is not present in the asset pipeline.
为什么要在资产管道中寻找?如何告诉我只使用网址?