Sha256: c43233ab14ff9eb4da376b17fbac3abc8e8d042fa1a23be364b0e3bf56530ba3
Contents?: true
Size: 479 Bytes
Versions: 76
Compression:
Stored size: 479 Bytes
Contents
<% form ||= current_fields_form options ||= {} other_options ||= {} multiple ||= false #persisted_files = multiple ? form.object.send(method) : [form.object.send(method)] %> <% if cloudinary_enabled? %> <%= render 'shared/fields/cloudinary_image', method: method, form: form, options: options, other_options: other_options %> <% else %> <%= render 'shared/fields/active_storage_image', method: method, form: form, options: options, other_options: other_options %> <% end %>
Version data entries
76 entries across 76 versions & 1 rubygems