Skip to content

Instantly share code, notes, and snippets.

View EliuTimana's full-sized avatar
🚲
Working from home

Eliú Timaná EliuTimana

🚲
Working from home
View GitHub Profile
127.0.0.1 mc.corel.com
127.0.0.1 apps.corel.com
@EliuTimana
EliuTimana / document_types.rb
Created December 29, 2017 05:12 — forked from acuppy/document_types.rb
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
)