Class: IcoUploader

Inherits:
ApplicationUploader show all
Defined in:
app/uploaders/ico_uploader.rb

Instance Method Summary collapse

Methods inherited from ApplicationUploader

#store_dir

Instance Method Details

#extension_whitelistObject



4
5
6
# File 'app/uploaders/ico_uploader.rb', line 4

def extension_whitelist
  model.class.file_extensions || %w[ico]
end