Skip to content

Instantly share code, notes, and snippets.

View anthonylebrun's full-sized avatar

Pierre Lebrun anthonylebrun

View GitHub Profile
@acuppy
acuppy / document_types.rb
Created July 21, 2013 04:53
All major document mime types (Microsoft Office, Apple iWork, Adobe PDF) as a Ruby Module
module DocumentFileTypes
module Microsoft
WORD = %w(
application/msword
application/vnd.openxmlformats-officedocument.wordprocessingml.document
application/vnd.openxmlformats-officedocument.wordprocessingml.template
application/vnd.ms-word.document.macroEnabled.12
application/vnd.ms-word.template.macroEnabled.12
)