Method: Paperclip::Storage::S3#s3_storage_class
- Defined in:
- lib/paperclip/storage/s3.rb
#s3_storage_class(style = default_style) ⇒ Object
332 333 334 |
# File 'lib/paperclip/storage/s3.rb', line 332 def s3_storage_class(style = default_style) @s3_storage_class[style] || @s3_storage_class[:default] end |