Method: AttachmentUploader#modify_content_type
- Defined in:
- app/uploaders/attachment_uploader.rb
#modify_content_type(*args) ⇒ Object
99 100 101 102 |
# File 'app/uploaders/attachment_uploader.rb', line 99 def modify_content_type( *args ) type = args[0] || "image/png" self.file.instance_variable_set( :@content_type, type ) end |