Skip to content

Commit 225126c

Browse files
committed
Merge pull request #81 from activeadmin-plugins/Fivell-patch-3
added new supported content type
2 parents f69ceb0 + fd0100f commit 225126c

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)