Module: HasImage::ModelClassMethods
- Defined in:
- lib/has_image.rb
Instance Method Summary collapse
-
#thumbnails ⇒ Object
Get the hash of thumbnails set by the options specified when invoking HasImage::ClassMethods#has_image.
Instance Method Details
#thumbnails ⇒ Object
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 [:thumbnails] end |