content.html.erbにrailsアプリケーションがあります。このコードを使用して、可変のcover.image_addressを使用してdata-urlを割り当てます。このコードは機能しません。divhtmlでrubyを使用する方法。
<div class="product" data-type="magazine" data-popup="true"
data-url= <% "assets/#{cover.image_address}" %> >
<%= image_tag(cover.image_address,
{:width => "76", :height => "107"}) %>
</div>