igorkasyanchuk/active_storage_validations

[Validator/Helper] Add validator & helper method to facilitate microsoft documents to content_type validator

已關閉

#316 建立於 2024年12月5日

 (0 則留言) (0 個反應) (0 位負責人)Ruby (148 個分叉)github user discovery
enhancementgood first issue

倉庫指標

星標
 (1,179 顆星)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

We could add a shorthand for msword, msexcel, msppt documents in our content_type validator. This shorthand could also be made available to the views to alleviate the effort of writing something like:

<%= form.file_field :document, accept: ".doc,.docx,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document" %>

貢獻者指南