Sha256: c43233ab14ff9eb4da376b17fbac3abc8e8d042fa1a23be364b0e3bf56530ba3

Contents?: true

Size: 479 Bytes

Versions: 83

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

83 entries across 83 versions & 1 rubygems

Version Path
bullet_train-themes-tailwind_css-1.4.7 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.6 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.4.5 app/views/themes/tailwind_css/fields/_image.html.erb