Closed
Add ruby `4.0` to CI matrix for relevant Rails versions
enhancementgood first issue
Why recommendedNo comments yet · Has a beginner-friendly label
No comments yetHas a beginner-friendly label
0 comments0 reactions1 assignee
Repository Issues
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 }