Aaron Binford

Results 1 comments of Aaron Binford

Manually adding this to @mime_types in attachments.ex will get you there. ``` { ".docx", "application/vnd.openxmlformats-officedocument.wordprocessingml.document" }, ``` Ultimately, I'd think that mime_type_for_path(path) and mime_sub_type_for_path(path) should handle path being nil and...