开放
[Validator] Add new aspects ratios like `aX`
enhancementgood first issue
为什么推荐暂无负责人 · 暂无评论
暂无负责人暂无评论带有初学者友好标签
0 条评论0 个反应0 位负责人
仓库议题
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 }