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 }
Stars
1.2k
Forks
148
Watchers
1.2k
Open Issues
22
Overall repository health assessment
No package.json found
This might not be a Node.js project
264
commits
258
commits
30
commits
18
commits
11
commits
10
commits
9
commits
8
commits
7
commits
6
commits
Merge pull request #414 from nflorentin/411-adds-support-for-signed-id-to-asv-errorable
521db0cView on GitHubcreate dedicated models to test AsvErrorable behavior
eecaa2eView on GitHubremoves ASCErrorable shared example from attached_validator_test.rb
2b230c8View on GitHub