app/views/themes/base/attributes/_image.html.erb in bullet_train-themes-1.2.27 vs app/views/themes/base/attributes/_image.html.erb in bullet_train-themes-1.3.0
- old
+ new
@@ -2,6 +2,6 @@
<% strategy ||= current_attributes_strategy || :none %>
<% url ||= nil %>
<% options ||= {} %>
<% options[:height] ||= 200 %>
-<%= cloudinary_image_tag object.send(attribute), options %>
+<%= cloudinary_image_tag object.public_send(attribute), options %>