Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }
1.02k
stars
131
forks
source link
Issue with `application/msword` content_types #283
Closed
Mth0158 closed 1 day ago
https://github.com/ministryofjustice/Claim-for-Crown-Court-Defence/commit/897dd4309d93c86d89117dce40350d09f7e27afe#diff-8b5729ad3da5e456abe3bcbe16685820803978c8358a51bf482a7ee35c459f3fL53