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

Version Path
bullet_train-themes-tailwind_css-1.10.0 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.9.0 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.8.5 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.8.4 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.8.3 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.8.2 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.8.1 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.8.0 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.23 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.22 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.21 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.20 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.19 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.18 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.17 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.16 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.15 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.14 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.13 app/views/themes/tailwind_css/fields/_image.html.erb
bullet_train-themes-tailwind_css-1.7.12 app/views/themes/tailwind_css/fields/_image.html.erb