Sha256: 12487a891eac859ac931ded42df536e3be7f76675d373bd61c70883ac58e11a4
Contents?: true
Size: 453 Bytes
Versions: 15
Compression:
Stored size: 453 Bytes
Contents
<% object ||= current_attributes_object %> <% strategy ||= current_attributes_strategy || :none %> <% url ||= nil %> <% options ||= {} %> <% options[:height] ||= 200 %> <% if cloudinary_enabled? %> <%= cloudinary_image_tag object.public_send(attribute), options %> <% else %> <% if object.public_send(attribute).attached? %> <%= image_tag photo_url_for_active_storage_attachment(object.public_send(attribute), options) %> <% end %> <% end %>
Version data entries
15 entries across 15 versions & 1 rubygems