Method: Paperclip::Interpolations#hash

Defined in:
lib/paperclip/interpolations.rb

#hash(attachment, style_name) ⇒ Object

Returns a the attachment hash. See Paperclip::Attachment#hash for more details.



109
110
111
# File 'lib/paperclip/interpolations.rb', line 109

def hash attachment, style_name
  attachment.hash(style_name)
end