Class: ProfilePictureUploader

Inherits:
ImageUploader
  • Object
show all
Defined in:
app/uploaders/profile_picture_uploader.rb

Instance Method Summary collapse

Methods inherited from ImageUploader

#cache_dir, #crop

Instance Method Details

#store_dirObject



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

def store_dir
  "uploads/profile_pictures/#{model.id}"
end