do you know if is there a method to know if the image has been uploaded?
I mean, i have a Foo_Class, and this class can have an attached image, but its presence is not necessary. Is there a way to know if a particular instance of that class have the image or not?
Thanks!
foo.image.exists?
– Whoso