Remove deprecated Import
model (#34371)
This commit is contained in:
parent
e74d682b21
commit
4c2f64907b
13 changed files with 13 additions and 565 deletions
|
@ -169,7 +169,7 @@ else
|
|||
end
|
||||
|
||||
Rails.application.reloader.to_prepare do
|
||||
Paperclip.options[:content_type_mappings] = { csv: Import::FILE_TYPES }
|
||||
Paperclip.options[:content_type_mappings] = { csv: %w(text/plain text/csv application/csv) }
|
||||
end
|
||||
|
||||
# In some places in the code, we rescue this exception, but we don't always
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue