Class: Virgo::FeaturedImageUploader

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

Instance Method Summary collapse

Methods inherited from ApplicationUploader

#store_dir

Instance Method Details

#extension_white_listObject



24
25
26
# File 'app/uploaders/virgo/featured_image_uploader.rb', line 24

def extension_white_list
  %w(jpg jpeg gif png)
end