Method: KktShoppe::AttachmentUploader#store_dir

Defined in:
app/uploaders/kkt_shoppe/attachment_uploader.rb

#store_dirObject

Where should files be stored?



10
11
12
# File 'app/uploaders/kkt_shoppe/attachment_uploader.rb', line 10

def store_dir
  "attachment/#{model.id}"
end