my index.html.erb code -
index.html.erb
Listing products <% @products.each do |product| %> 4条回答 独厮守ぢ (楼主) 2020-12-30 04:01 If you are received a file with a .jpeg extension try and renaming the file with just the ".jpg". From <%= image_tag "image.jpeg" %> To: <%= image_tag "image.jpg" %> 0 讨论(0) 查看其它4个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
If you are received a file with a .jpeg extension try and renaming the file with just the ".jpg".
From
<%= image_tag "image.jpeg" %>
To:
<%= image_tag "image.jpg" %>