Class: Gamification::ImageUploader

Inherits:
CarrierWave::Uploader::Base
  • Object
show all
Includes:
CarrierWave::MiniMagick
Defined in:
app/uploaders/gamification/image_uploader.rb

Instance Method Summary collapse

Instance Method Details

#store_dirObject

Override the directory where uploaded files will be stored. This is a sensible default for uploaders that are meant to be mounted:



11
12
13
# File 'app/uploaders/gamification/image_uploader.rb', line 11

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