aboutsummaryrefslogtreecommitdiffstats
path: root/app/uploaders/import_uploader.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/uploaders/import_uploader.rb')
-rw-r--r--app/uploaders/import_uploader.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/uploaders/import_uploader.rb b/app/uploaders/import_uploader.rb
index 60e17ca0f..6ef52a984 100644
--- a/app/uploaders/import_uploader.rb
+++ b/app/uploaders/import_uploader.rb
@@ -37,7 +37,7 @@ class ImportUploader < CarrierWave::Uploader::Base
# Add a white list of extensions which are allowed to be uploaded.
# For images you might use something like this:
def extension_whitelist
- %w(zip)
+ %w(zip csv json)
end
# Override the filename of the uploaded files: