I started to use formstatic but I need to make a file field with image preview. I mean, when i edit an object, i want to see the image already linked.
How can I do that?
Thank you !
|
I started to use formstatic but I need to make a file field with image preview. I mean, when i edit an object, i want to see the image already linked. How can I do that? Thank you !
| ||||
|
feedback
|
|
The answer is to use the hint attribute :
Bye | |||||||||||||||||
feedback
|
|
Use paperclip with formtastic Formtasitc's github page mentions that it supports paperclip:
Here are some useful screencasts that will get you going: EDIT: To display an image in a column of a grid in ActiveAdmin you need to make a custom column (This is untested and could be flawed, I'm extrapolating this from the documentation):
| |||||||||
feedback
|