Method: HasImage::ModelClassMethods#thumbnails

Defined in:
lib/has_image.rb

#thumbnailsObject

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



329
330
331
# File 'lib/has_image.rb', line 329

def thumbnails
  has_image_options[:thumbnails]
end