feat: Use audio tag instead of download file button (#1749)

This commit is contained in:
Pranav Raj S
2021-02-11 17:26:14 +05:30
committed by GitHub
parent d92a6a3078
commit 9315cb81e8
2 changed files with 6 additions and 1 deletions

View File

@@ -9,6 +9,8 @@ module FileTypeHelper
'image/bmp'
].include?(content_type)
return :audio if content_type.include?('audio/')
:file
end
end