How to find any missing images?

If you run the below command in rails console then you can get the list of missing uploads.

PostCustomField.where(name: Post::MISSING_UPLOADS)

7 Likes