app/views/brightcontent/attachments/show.html.erb in brightcontent-attachments-2.0.7 vs app/views/brightcontent/attachments/show.html.erb in brightcontent-attachments-2.0.8

- old
+ new

@@ -1,3 +1,3 @@ <% @attachments.each do |attachment| %> - <%= image_tag attachment.url %> + <%= image_tag attachment.url(:brightcontent) %> <% end %>