Merge pull request #2581 from ChaseReid/patch-1
added support for uploading images with .tiff extensions
This commit is contained in:
commit
fe193741d0
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ class ProcessedImage < CarrierWave::Uploader::Base
|
|||
end
|
||||
|
||||
def extension_white_list
|
||||
%w(jpg jpeg png gif)
|
||||
%w(jpg jpeg png gif tiff)
|
||||
end
|
||||
|
||||
def filename
|
||||
|
|
|
|||
Loading…
Reference in a new issue