igorkasyanchuk/active_storage_validations
[Validator/Helper] Add validator & helper method to facilitate microsoft documents to content_type validator
开放
#316 创建于 2024年12月5日
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" %>