Stop asking the storage whether the file is there in #blank? ยท carrierwaveuploader/carrierwave@f635d88

Uploader#blank? delegated to the file, whose #empty? costs a HEAD request on a remote storage. ActiveSupport implements #present? as !#blank?, so anything Rails-idiomatic reached the network: `user...