Class: AlchemyCloudinary::CreatePictureThumb
- Inherits:
-
Object
- Object
- AlchemyCloudinary::CreatePictureThumb
- Defined in:
- lib/alchemy_cloudinary/create_picture_thumb.rb
Class Method Summary collapse
Class Method Details
.call ⇒ Object
3 4 5 6 |
# File 'lib/alchemy_cloudinary/create_picture_thumb.rb', line 3 def self.call(*) # make this noop, because we do not want to create thumbnails, # since Cloudinary renders image thumbnails on demand end |