Method: KktShoppe::AttachmentUploader#store_dir
- Defined in:
- app/uploaders/kkt_shoppe/attachment_uploader.rb
#store_dir ⇒ Object
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 |