app/views/themes/base/attributes/_image.html.erb in bullet_train-themes-1.0.6 vs app/views/themes/base/attributes/_image.html.erb in bullet_train-themes-1.0.7
- old
+ new
@@ -1,5 +1,5 @@
<% object ||= current_attributes_object %>
<% strategy ||= current_attributes_strategy || :none %>
<% url ||= nil %>
-<%= cloudinary_image_tag @tangible_thing.send(attribute), height: 200 %>
+<%= cloudinary_image_tag object.send(attribute), height: 200 %>