Module: HasImage::ModelClassMethods

Defined in:
lib/has_image.rb

Instance Method Summary collapse

Instance Method Details

#thumbnailsObject

Get the hash of thumbnails set by the options specified when invoking HasImage::ClassMethods#has_image.



269
270
271
# File 'lib/has_image.rb', line 269

def thumbnails
  has_image_options[:thumbnails]
end