Module: Paperclip::StyleMap::HasStyleMap

Defined in:
lib/paperclip/style_map/has_style_map.rb

Instance Attribute Summary collapse

Instance Attribute Details

#style_mapPaperclip::StyleMap::Map (readonly)



6
7
8
# File 'lib/paperclip/style_map/has_style_map.rb', line 6

def style_map
  @style_map ||= Paperclip::StyleMap::Map.new model: instance, attachment: self
end