Hi,
This is a question rather than a bug. Given the versions:
@versions [:original, :passport, :thumb]
How to delete only the :original or :thumb version after storing the image?
I am storing the original image while user uploads but after specific business logic, only passport size is retained for archival purpose.
The delete function given in documentation deletes all versions of the image. Is passing the specific version enough?
Thanks,
Gorav
Hi,
This is a question rather than a bug. Given the versions:
@versions [:original, :passport, :thumb]How to delete only the
:originalor:thumbversion after storing the image?I am storing the original image while user uploads but after specific business logic, only passport size is retained for archival purpose.
The delete function given in documentation deletes all versions of the image. Is passing the specific version enough?
Thanks,
Gorav