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
130
forks
source link
Use 0 as byte_size if blob is nil #244
Closed
Sivard closed 8 months ago
Hi @Sivard Could you give us a bit of context for this change?