Posts by Diego Jimenes • 11 points
1 post
-
1
votes1
answer61
viewsQ: problem in file format validation with Gem Paperclip 5.1.0, Rails 5
Model has_attached_file :foto validates_attachment_content_type :foto, content_type: /\Aimage\/.*\z/ Log error Command :: file -b --mime…