Skip to content

Commit fd0100f

Browse files
committed
added new supported content type
1 parent f69ceb0 commit fd0100f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/active_admin_import/model.rb

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,12 @@ def csv_allowed_types
101101
[
102102
'text/csv',
103103
'text/x-csv',
104+
'text/x-comma-separated-values',
104105
'text/comma-separated-values',
105106
'application/csv',
106107
'application/vnd.ms-excel',
107-
'application/vnd.msexcel'
108+
'application/vnd.msexcel',
109+
108110
]
109111
end
110112

0 commit comments

Comments
 (0)