Class: AlchemyCloudinary::CreatePictureThumb

Inherits:
Object
  • Object
show all
Defined in:
lib/alchemy_cloudinary/create_picture_thumb.rb

Class Method Summary collapse

Class Method Details

.callObject



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