Add JPG and PNG image on cerfa and piece justificative uploader

This commit is contained in:
Xavier J 2016-06-06 16:38:14 +02:00
parent ddeaf5abf3
commit d26feb4c72
3 changed files with 6 additions and 4 deletions

View file

@ -25,7 +25,7 @@ class CerfaUploader < 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_white_list
%w(pdf doc docx xls xlsx ppt pptx odt ods odp)
%w(pdf doc docx xls xlsx ppt pptx odt ods odp jpg jpeg png)
end
def filename