Users can upload multiple pictures for their posts in my rails app using active storage, is it possible to limit exactly how many photos they can upload in the form?I want to limit it to 4 pictures per user.
<%= f.file_field :images, multiple: true, required: false %>