active_storage_validations
NARKOZ/active_storage_validations
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 }
1stars
Forks
0
Open issues
0
Watchers
1
Size
1.0 MB
RubyMIT License
Created: Feb 10, 2022
Updated: Sep 8, 2023
Last push: Mar 18, 2022
Fork