How to validate an active storage image with rails 6

Viewed 12

i'm working on a blog module, the user can upload an image for his post, i want to force the user to always upload images with this dimension 1230x475.

Is there any way i can achieve this?

0 Answers
Related