Sha256: 82596377ad1316209625b09a9a725f614ec99458c7382cf35356ed181525065c
Contents?: true
Size: 263 Bytes
Versions: 38
Compression:
Stored size: 263 Bytes
Contents
module Paperclip class MediaTypeSpoofDetector private def type_from_file_command begin Paperclip.run("LANG=C file", "-b --mime-type :file", :file => @file.path) rescue Cocaine::CommandLineError "" end end end end
Version data entries
38 entries across 38 versions & 1 rubygems