Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Replace the line
<a class="fancybox" link_to 'paint.name.url'> <%= image_tag paint.name.url(:thumb)%></a>
with
<%= link_to image_tag(paint.name.thumb.url), paint.name.url, class: 'fancybox' %>