You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So, as you can see, we validate the presence of the uploaded file (not the underlying column on which it's mounted). This works because the mounted uploader implements the "present?" method used by the validation API.
CarrierWave also supplies additional validations, such as validating the integrity of an uploaded file and validating that the file was successfully processed: