Method: HasImage::ModelClassMethods#thumbnails
- Defined in:
- lib/has_image.rb
#thumbnails ⇒ Object
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 [:thumbnails] end |