Method: AttachmerbFu::InstanceMethods#thumbnail_class
- Defined in:
- lib/attachmerb_fu.rb
#thumbnail_class ⇒ Object
Returns the class used to create new thumbnails for this attachment.
210 211 212 |
# File 'lib/attachmerb_fu.rb', line 210 def thumbnail_class self.class.thumbnail_class end |