I have a custom array of string urls which im adding to an image_tag as below:
<%= @attachment.each do |att| %>
<div>
<%= image_tag att %>
</div>
<% end %>
Images are displayed correctly but im getting the below junk underneath the images:
["http://localhost:8090/download/attachments/884794/DSC_0006.NEF? version=1&modificationDate=1343685834627", "http://localhost:8090/download/attachments/885137/Sunflower.gif?version=1&modificationDate=1343720588175", "http://localhost:8090/download/attachments/885140/Spiked.gif?version=1&modificationDate=1343720548736"]