Class: FileUploader

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

Instance Method Summary collapse

Methods inherited from ApplicationUploader

#store_dir

Instance Method Details

#extension_white_listObject



2
3
4
# File 'app/uploaders/file_uploader.rb', line 2

def extension_white_list
  %w(pdf doc docx xls csv xlsx jpg)
end