app/views/brightcontent/attachments/show.html.erb in brightcontent-attachments-2.0.9 vs app/views/brightcontent/attachments/show.html.erb in brightcontent-attachments-2.0.10
- old
+ new
@@ -1,3 +2 @@
-<% @attachments.each do |attachment| %>
- <%= image_tag attachment.url(:brightcontent) %>
-<% end %>
+<%= render @attachments %>