We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
In documentation hasn't been specified how to preview/show images after upload. The solution is very easy.
From the form helper object, you should be able to access the model object:
<%= image_tag f.object.image_url(:thumb) %>
NB:
:thumb
image_url
image
f.object.image(:thumb)