Method: CarrierWave::Storage::S3cn::File#content_type
- Defined in:
- lib/carrierwave/s3cn/storage.rb
#content_type ⇒ Object
83 84 85 |
# File 'lib/carrierwave/s3cn/storage.rb', line 83 def content_type file_info[:content_type] || 'application/octet-stream' end |