Module: WebpImageAttachment::ClassMethods

Defined in:
app/models/concerns/webp_image_attachment.rb

Instance Method Summary collapse

Instance Method Details

#create_webp_attachment(attachment_column) ⇒ Object



8
9
# File 'app/models/concerns/webp_image_attachment.rb', line 8

def create_webp_attachment(attachment_column)
end

#create_webp_attachment_on_bg(id) ⇒ Object



11
12
13
# File 'app/models/concerns/webp_image_attachment.rb', line 11

def create_webp_attachment_on_bg(id)
  return
end