<%= f.hidden_field :id %> <%= f.hidden_field :user_id, value: current_user.id %> <%= f.hidden_field :cached_attachment %>
<%= f.text_field :title, placeholder: t("images.form.title_placeholder") %>
<%= render_image(f.object, :thumb, false) if f.object.attachment.exists? %>
<%= render_image_attachment(f, imageable, f.object) %>
<%= render_destroy_image_link(f, f.object) %>

<%= image_attachment_file_name(f.object) %>