Class: Coalla::FileUploader

Inherits:
CarrierWave::Uploader::Base
  • Object
show all
Defined in:
lib/coalla/uploaders/file_uploader.rb

Instance Method Summary collapse

Instance Method Details

#store_dirObject



5
6
7
# File 'lib/coalla/uploaders/file_uploader.rb', line 5

def store_dir
  "uploads/#{model.class.to_s.underscore}/#{mounted_as}/#{model.id}"
end