Class: Georgia::AttachmentUploader
- Inherits:
-
CarrierWave::Uploader::Base
- Object
- CarrierWave::Uploader::Base
- Georgia::AttachmentUploader
- Defined in:
- app/uploaders/georgia/attachment_uploader.rb
Instance Method Summary collapse
Instance Method Details
#extension_white_list ⇒ Object
11 12 13 |
# File 'app/uploaders/georgia/attachment_uploader.rb', line 11 def extension_white_list Ckeditor. end |
#store_dir ⇒ Object
7 8 9 |
# File 'app/uploaders/georgia/attachment_uploader.rb', line 7 def store_dir "/uploads/ckeditor/attachments/#{model.id}" end |